Changeset 0378c22 in mod_gnutls for src/gnutls_io.c
- 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_io.c
r68b5156 r0378c22 19 19 20 20 #include "mod_gnutls.h" 21 #include "gnutls_proxy.h" 21 22 #include <apr_strings.h> 22 23 … … 408 409 409 410 const char *proxy_alpn = 410 apr_table_get(ctxt->c->notes, "proxy-request-alpn-protos");411 apr_table_get(ctxt->c->notes, PROXY_ALPN_NOTE); 411 412 if (proxy_alpn != NULL) 412 413 {
Note: See TracChangeset
for help on using the changeset viewer.