]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: field values (headers and trailers) are stripped of
authorStefan Eissing <icing@apache.org>
Sat, 22 Oct 2022 11:41:55 +0000 (11:41 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 22 Oct 2022 11:41:55 +0000 (11:41 +0000)
commit8b68438b2e0b38909b5b2f76e22ceccd2fa48278
tree860b86bba90ea742c402269304529678d644644e
parentd7ec293abc89a0dde9cc730acfa7ba838601a197
  *) mod_http2: field values (headers and trailers) are stripped of
     leading/trailing whitespace (space +htab) before being processed
     or send in a response. This is compatible behaviour to HTTP/1.1
     parsers that strip incoming headers of such characters.
     [Stefan Eissing]

  - removed intermittent "H2HeaderStrictness" directive again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904777 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/h2_header_strictness.txt
docs/manual/mod/mod_http2.xml
modules/http2/h2_c2_filter.c
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_session.c
modules/http2/h2_stream.c
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_version.h
test/modules/http2/test_203_rfc9113.py