Changeset 265159d in mod_gnutls for src/gnutls_hooks.c
- 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
-
src/gnutls_hooks.c
r321912b r265159d 1966 1966 /* Get peer hostname from a note left by mod_proxy */ 1967 1967 const char *peer_hostname = 1968 apr_table_get(ctxt->c->notes, "proxy-request-hostname");1968 apr_table_get(ctxt->c->notes, PROXY_SNI_NOTE); 1969 1969 if (peer_hostname == NULL) 1970 1970 ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, ctxt->c, 1971 "%s: proxy-request-hostname isNULL, cannot check "1971 "%s: " PROXY_SNI_NOTE " NULL, cannot check " 1972 1972 "peer's hostname", __func__); 1973 1973
Note: See TracChangeset
for help on using the changeset viewer.