]> granicus.if.org Git - apache/commitdiff
Propose fix for PR56872.
authorYann Ylavic <ylavic@apache.org>
Wed, 25 Feb 2015 15:54:06 +0000 (15:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 25 Feb 2015 15:54:06 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662248 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6b4a9ca8e1a921eb90c6bb4f48d9af73a9dbc740..a3a1bb72ce60691ad7466084e1b94f8e7c653f7d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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