summaryrefslogtreecommitdiffstats
path: root/modules/http2/mod_proxy_http2.c
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2019-05-28 14:42:17 +0200
committerStefan Eissing <icing@apache.org>2019-05-28 14:42:17 +0200
commit5b32f27b77efc4688a3c81f26abb1246c2e97867 (patch)
treec21ed4c157ab0395b3e65264917bf0bb5a3e6d45 /modules/http2/mod_proxy_http2.c
parent Addendum to r1856493: check NULLness of new arg parameter. (diff)
downloadapache2-5b32f27b77efc4688a3c81f26abb1246c2e97867.tar.xz
apache2-5b32f27b77efc4688a3c81f26abb1246c2e97867.zip
* modules/http2: reverting r1859724, as no good.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1860257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/http2/mod_proxy_http2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/http2/mod_proxy_http2.c b/modules/http2/mod_proxy_http2.c
index 83ae431c87..2208707990 100644
--- a/modules/http2/mod_proxy_http2.c
+++ b/modules/http2/mod_proxy_http2.c
@@ -403,14 +403,6 @@ run_connect:
*/
apr_table_setn(ctx->p_conn->connection->notes,
"proxy-request-alpn-protos", "h2");
- if (ctx->p_conn->ssl_hostname) {
- ap_log_cerror(APLOG_MARK, APLOG_TRACE1, 0, ctx->owner,
- "set SNI to %s for (%s)",
- ctx->p_conn->ssl_hostname,
- ctx->p_conn->hostname);
- apr_table_setn(ctx->p_conn->connection->notes,
- "proxy-request-hostname", ctx->p_conn->ssl_hostname);
- }
}
if (ctx->master->aborted) goto cleanup;