Changeset 265159d in mod_gnutls for include/mod_gnutls.h.in
- Timestamp:
- Oct 17, 2017, 2:49:17 PM (3 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 54d07a1
- Parents:
- 321912b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r321912b r265159d 285 285 apr_status_t apr_signal_block(int signum); 286 286 287 /* Proxy Support */ 287 /* Proxy Support */ 288 /** mod_proxy adds a note with this key to the connection->notes table 289 * for client connections */ 290 #define PROXY_SNI_NOTE "proxy-request-hostname" 288 291 /* An optional function which returns non-zero if the given connection 289 292 is using SSL/TLS. */
Note: See TracChangeset
for help on using the changeset viewer.