]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_proxy_http2: use only the ':authority' header to forward 'Host'
authorStefan Eissing <icing@apache.org>
Tue, 20 Sep 2022 12:40:58 +0000 (12:40 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 20 Sep 2022 12:40:58 +0000 (12:40 +0000)
commit4ef081eddf3b243bb7f7fbdbf4750b451c052840
tree577e2f6f981d7fab7994635c3af493d36999a75b
parentdb3bb198612fbd43438db0232d9b635eae9d3d63
  *) mod_proxy_http2: use only the ':authority' header to forward 'Host'
     information to a backend. Deduce ':authority' from what the client
     sent when 'ProxyPreserveHost' is on.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904164 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/h2_proxy_host.txt [new file with mode: 0644]
modules/http2/h2_proxy_session.c
test/modules/http2/htdocs/cgi/hello.py
test/modules/http2/htdocs/cgi/mnot164.py
test/modules/http2/test_100_conn_reuse.py
test/modules/http2/test_600_h2proxy.py