From: Yann Ylavic Date: Wed, 25 Feb 2015 15:54:06 +0000 (+0000) Subject: Propose fix for PR56872. X-Git-Tag: 2.4.13~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52165ef41e2609d896e66bdec33583f5623f8233;p=apache Propose fix for PR56872. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662248 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6b4a9ca8e1..a3a1bb72ce 100644 --- 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