]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: when a h2 request carries a ':scheme' pseudoheader,
authorStefan Eissing <icing@apache.org>
Tue, 8 Feb 2022 13:38:49 +0000 (13:38 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 8 Feb 2022 13:38:49 +0000 (13:38 +0000)
commit4a6bf7f895e4cf0799f1cbbc68d13949d0d1a75c
tree612af423cb938487e4e9d888d3541fbc27c841ab
parentce90ee932ca6bf5f4b19a707d437f902cd803111
  *) mod_http2: when a h2 request carries a ':scheme' pseudoheader,
    it gives a 400 response if the scheme does not match the
    connection. Fixes <https://github.com/icing/mod_h2/issues/230>.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897872 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/http2_request_scheme.txt [new file with mode: 0644]
modules/http2/h2_stream.c
test/modules/http2/test_003_get.py