summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2016-05-18 16:39:33 +0200
committerStefan Eissing <icing@apache.org>2016-05-18 16:39:33 +0200
commitc242fa55572969d9143c45941622f3b84535bf44 (patch)
treea11a716459db77a3d08f073fda6f5be32a495a32 /CHANGES
parentTranslated to match english revision. (diff)
downloadapache2-c242fa55572969d9143c45941622f3b84535bf44.tar.xz
apache2-c242fa55572969d9143c45941622f3b84535bf44.zip
mod_http2: fixes timeout vs. keepalive timeout use when closing streams on flush, adding pseudo header length check against limit_req_line
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 45c15063a1..12acb7d490 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_http2: Fix async write issue that led to selection of wrong timeout
+ vs. keepalive timeout selection for idle sessions.
+
*) mod_http2: checking LimitRequestLine, LimitRequestFields and
- LimitRequestFieldSize configurated values for incoming streams.
- [Stefan Eissing]
+ LimitRequestFieldSize configurated values for incoming streams. Returning
+ HTTP status 431 for too long/many headers fields and 414 for a too long
+ pseudo header. [Stefan Eissing]
*) mod_http2: tracking conn_rec->current_thread on slave connections, so
that mod_lua finds the correct one. Fixes PR 59542. [Stefan Eissing]