You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2015/07/08 14:26:05 UTC

svn commit: r1689858 - /httpd/httpd/branches/2.2.x/CHANGES

Author: ylavic
Date: Wed Jul  8 12:26:05 2015
New Revision: 1689858

URL: http://svn.apache.org/r1689858
Log:
Add CHANGES entry for r1678698.

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=1689858&r1=1689857&r2=1689858&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Wed Jul  8 12:26:05 2015
@@ -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