diff options
author | Stefan Eissing <icing@apache.org> | 2016-05-18 16:39:33 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2016-05-18 16:39:33 +0200 |
commit | c242fa55572969d9143c45941622f3b84535bf44 (patch) | |
tree | a11a716459db77a3d08f073fda6f5be32a495a32 /CHANGES | |
parent | Translated to match english revision. (diff) | |
download | apache2-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-- | CHANGES | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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] |