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/02/25 16:54:06 UTC

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

Author: ylavic
Date: Wed Feb 25 15:54:06 2015
New Revision: 1662248

URL: http://svn.apache.org/r1662248
Log:
Propose fix for PR56872.

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=1662248&r1=1662247&r2=1662248&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Feb 25 15:54:06 2015
@@ -128,6 +128,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1634836 (CHANGES entry)
      2.4.x patches: trunk works (modulo CHANGES).
      +1: ylavic
+     ylavic: http://people.apache.org/~ylavic/httpd-r1632742-x-w.diff is the
+             same patch without space changes (may be easier to review).
 
    * mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch
      and ProxyMatch section to distinguish between normal workers and workers
@@ -255,6 +257,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: minfrin, ylavic
 
+  *) mod_deflate: A misplaced check prevents limiting small bodies with the
+     new inflate limits.  PR56872.
+     trunk patch: http://svn.apache.org/r1619383
+                  http://svn.apache.org/r1619444
+                  http://svn.apache.org/r1662245 (CHANGES entry)
+                  http://svn.apache.org/r1662246 (updated CHANGES entry)
+     2.4.x patch: trunk works (modulo CHANGES)
+     ylavic: +1
+
 
 OTHER PROPOSALS