]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add CHANGES entry for r1678698.
authorYann Ylavic <ylavic@apache.org>
Wed, 8 Jul 2015 12:26:05 +0000 (12:26 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 8 Jul 2015 12:26:05 +0000 (12:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1689858 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8b2edbe1bc5c761c6b9f96741c4164a15782a6be..e2bc6019a8face8111b95105b3daabf4223bf329 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -115,6 +115,9 @@ Changes with Apache 2.2.30
   *) mod_deflate: Define APR_INT32_MAX when it is missing so to be able to
      compile against APR-1.2.x (minimum required version). [Yann Ylavic]
 
+  *) mod_reqtimeout: Don't let pipelining checks interfere with the timeouts
+     computed for subsequent requests.  PR 56729.  [Eric Covener]
+
 Changes with Apache 2.2.29
 
   *) Corrected docs/manual pages for new MergeTrailers directive and other