Changeset 0378c22 in mod_gnutls for src/gnutls_proxy.h
- Timestamp:
- Dec 17, 2018, 1:19:48 PM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 564f33f
- Parents:
- 68b5156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_proxy.h
r68b5156 r0378c22 22 22 #include <httpd.h> 23 23 24 /** proxy modules may add a note with this key to the 25 * connection->notes table for client connections to indicate the 26 * server hostname */ 27 #define PROXY_SNI_NOTE "proxy-request-hostname" 28 29 /** proxy modules may add a note with this key to the connection->notes 30 * table for client connections to indicate supported protocols */ 31 #define PROXY_ALPN_NOTE "proxy-request-alpn-protos" 32 24 33 apr_status_t load_proxy_x509_credentials(apr_pool_t *pconf, 25 34 apr_pool_t *ptemp,
Note: See TracChangeset
for help on using the changeset viewer.