]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2:
authorStefan Eissing <icing@apache.org>
Mon, 13 Jul 2020 15:36:53 +0000 (15:36 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 13 Jul 2020 15:36:53 +0000 (15:36 +0000)
commit971fc8f5b5d664ddeb5d22f8adef2137c7980fc7
tree58b4622b0fc137f9a15f5d01dbe482cc151996b1
parente2dd4d42ddfb81e2bca8681d58f4f5d532587d90
  *) mod_http2:
     Fixes <https://github.com/icing/mod_h2/issues/200>:
     "LimitRequestFields 0" now disables the limit, as documented.
     Fixes <https://github.com/icing/mod_h2/issues/201>:
     Do not count repeated headers with same name against the field
     count limit. The are merged internally, as if sent in a single HTTP/1 line.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879832 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_stream.c
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_version.h