From: Stefan Fritsch Date: Thu, 4 Jul 2013 09:36:12 +0000 (+0000) Subject: comment/vote/promote X-Git-Tag: 2.4.5~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a34ab58050b4e931d7f4b024561db6eef9980554;p=apache comment/vote/promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1499707 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 786e66759d..68996d718e 100644 --- a/STATUS +++ b/STATUS @@ -91,6 +91,16 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_deflate: Remove assumptions as to when an EOS bucket might arrive. + Gracefully step aside if the body size is zero. + trunk patch: http://svn.apache.org/r1484832 + http://svn.apache.org/r1484914 + 2.4.x patch: trunk works, modulo CHANGES + +1: minfrin, jim, sf + sf: The check for data after the compressed stream does not work + (see commented out test in r1499704). + But I think this can be fixed/removed later and vote +1 to get + the other fixes into 2.4.5. PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -133,13 +143,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: minfrin, jim - * mod_deflate: Remove assumptions as to when an EOS bucket might arrive. - Gracefully step aside if the body size is zero. - trunk patch: http://svn.apache.org/r1484832 - http://svn.apache.org/r1484914 - 2.4.x patch: trunk works, modulo CHANGES - +1: minfrin, jim - * core: Add pre_htaccess hook. trunk patch: http://svn.apache.org/r1389339 2.4.x patch: trunk patch works modulo CHANGES and mmn bump