]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add proposals
authorRuediger Pluem <rpluem@apache.org>
Mon, 7 Jan 2008 14:52:12 +0000 (14:52 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 7 Jan 2008 14:52:12 +0000 (14:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@609621 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0294c4586ce2873c0260986fa7527e8f6e3380d0..f4077b6a6355c905a7a61c8b1c790262aed5e8c4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -76,6 +76,13 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
+  * core: Fix regression with non blocking reads from chunk input filter
+    Trunk version of patch:
+        http://svn.apache.org/viewvc?rev=609394&view=rev
+        http://svn.apache.org/viewvc?rev=609538&view=rev
+    Backport version for 2.2.x of patch:
+        Trunk version of patch works
+    +1: rpluem,
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -131,6 +138,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem,
 
+  * core: Various memory and code cleanup optimizations for ap_http_filter
+          (HTTP_INPUT) filter
+    Trunk version of patch:
+        http://svn.apache.org/viewvc?rev=609540&view=rev
+        http://svn.apache.org/viewvc?rev=609541&view=rev
+        http://svn.apache.org/viewvc?rev=609544&view=rev
+        http://svn.apache.org/viewvc?rev=609549&view=rev
+        http://svn.apache.org/viewvc?rev=609550&view=rev
+        http://svn.apache.org/viewvc?rev=609552&view=rev
+        http://svn.apache.org/viewvc?rev=609609&view=rev
+    Backport version for 2.2.x of patch:
+        Trunk version of patch has a small conflict.
+        I will provide a clean patch as soon as the release showstopper is
+        commited
+        For ease of review:
+        http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_filters.c?r1=609540&r2=609609
+    +1: rpluem,
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when