]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote, promote, comment
authorRuediger Pluem <rpluem@apache.org>
Tue, 31 Jul 2007 20:21:08 +0000 (20:21 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 31 Jul 2007 20:21:08 +0000 (20:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561483 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5a0ef81052dc98c45a9c4321b8cfd97b404525e0..252a8173769bce55ba1c037125b36e07bc5b26b6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -77,6 +77,9 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_deflate: don't try to compress/decompress metadata buckets
+      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?view=diff&r1=556113&r2=476600
+      +1: gregames, trawick, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -323,10 +326,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       PR: 23287
       http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?r1=556113&r2=560941
       +1: niq
-
-    * mod_deflate: don't try to compress/decompress metadata buckets
-      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?view=diff&r1=556113&r2=476600
-      +1: gregames, trawick
+      +0: rpluem says: The inflate_out_filter has a similar problem (see PR 42993).
+          IMHO it makes sense to fix both in one blow as we should be able to move
+          most of the logic in an static function which can be used by the
+          inflate_out_filter and the deflate_in_filter.
 
 PATCHES/ISSUES THAT ARE STALLED