summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2020-07-13 15:36:53 +0000
committerStefan Eissing <icing@apache.org>2020-07-13 15:36:53 +0000
commit971fc8f5b5d664ddeb5d22f8adef2137c7980fc7 (patch)
tree58b4622b0fc137f9a15f5d01dbe482cc151996b1 /CHANGES
parente2dd4d42ddfb81e2bca8681d58f4f5d532587d90 (diff)
downloadhttpd-971fc8f5b5d664ddeb5d22f8adef2137c7980fc7.tar.gz
*) 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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9444c47c0b..c98d3cded4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@
Changes with Apache 2.5.1
+ *) 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.
+ [Stefan Eissing]
+
*) mod_http2: Avoid segfaults in case of handling certain responses for
already aborted connections. [Stefan Eissing, Ruediger Pluem]