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/01 02:24:46 UTC

svn commit: r1688539 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Wed Jul  1 00:24:45 2015
New Revision: 1688539

URL: http://svn.apache.org/r1688539
Log:
Propose follow up to r1686271 (chunk-size parsing).

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1688539&r1=1688538&r2=1688539&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jul  1 00:24:45 2015
@@ -233,6 +233,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: jailletc36, 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
+     trunk patch: http://svn.apache.org/r1688538
+     2.4.x patch: trunk works
+     +1: ylavic
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED