]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add two new proposals
authorRuediger Pluem <rpluem@apache.org>
Tue, 11 Dec 2007 12:57:50 +0000 (12:57 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 11 Dec 2007 12:57:50 +0000 (12:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@603231 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0e62073db4cbd0d3022b3d311c50d6e6caafceca..c8bd8b2d618c863bdd38dac4aba129b8f3d17550 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,6 +105,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                Better IMHO to separate releasing it from the many bugfixes
                in 2.2.7 mod_proxy.  Hence +1 for 2.2.8.
 
+   * core: Lower memory consumption in case that flush buckets are passed thru
+     the chunk filter as last bucket of a brigade.
+     PR: 23567
+     Trunk version of patch:
+        http://svn.apache.org/viewcvs.cgi?rev=602735&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+     +1: rpluem,
+
+   * core: Lower memory consumption of ap_r* functions by reusing the brigade
+     instead of recreating it during each filter pass.
+     Trunk version of patch:
+        http://svn.apache.org/viewcvs.cgi?rev=603227&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+     +1: rpluem,
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when