]> granicus.if.org Git - apache/commitdiff
comment/vote/promote
authorStefan Fritsch <sf@apache.org>
Thu, 4 Jul 2013 09:36:12 +0000 (09:36 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 4 Jul 2013 09:36:12 +0000 (09:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1499707 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 786e66759d6e73e75848808f3bf0a58878fa37bb..68996d718ed0f5db7a8e79b02d898c85ca1f4e6b 100644 (file)
--- 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