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/03 02:37:20 UTC

svn commit: r1688938 - /httpd/httpd/branches/2.2.x/STATUS

Author: ylavic
Date: Fri Jul  3 00:37:20 2015
New Revision: 1688938

URL: http://svn.apache.org/r1688938
Log:
I guess this is also a showstopper in 2.2.x, some framework tests fail without it.

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1688938&r1=1688937&r2=1688938&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jul  3 00:37:20 2015
@@ -101,6 +101,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) http: follow up to r1686271 (trunk) => r1686271 (2.4.x)
+     Handle reentrance of state BODY_CHUNK_CR to avoid AH02901 when we eat
+     BWS from multiple reads, and limit number of chunk-BWS to 10.
+     trunk patch: http://svn.apache.org/r1688536
+                  http://svn.apache.org/r1688538
+     2.2.x patch: trunk works
+     +1: ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -116,14 +124,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-SubstituteInheritBefore-v4.patch
      +1: ylavic
 
-  *) http: follow up to r1686271 (trunk) => r1686271 (2.4.x)
-     Handle reentrance of state BODY_CHUNK_CR to avoid AH02901 when we eat
-     BWS from multiple reads, and limit number of chunk-BWS to 10.
-     trunk patch: http://svn.apache.org/r1688536
-                  http://svn.apache.org/r1688538
-     2.2.x patch: trunk works
-     +1: ylavic
-
 
 PATCHES/ISSUES THAT ARE STALLED