From: Ruediger Pluem Date: Tue, 11 Dec 2007 12:57:50 +0000 (+0000) Subject: * Add two new proposals X-Git-Tag: 2.2.7~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c9c02379cee2a661cbdca3fd8ab689e5435530;p=thirdparty%2Fapache%2Fhttpd.git * Add two new proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@603231 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0e62073db4c..c8bd8b2d618 100644 --- 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