From: Ruediger Pluem Date: Wed, 6 Aug 2008 11:06:26 +0000 (+0000) Subject: * Add a proposal X-Git-Tag: 2.2.10~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daabd4edcf6fb778e524ec9139dc2e0904be1cb6;p=thirdparty%2Fapache%2Fhttpd.git * Add a proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@683222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 72f47176dc2..d295f804764 100644 --- a/STATUS +++ b/STATUS @@ -196,6 +196,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_cgid.c?r1=682475&r2=682389 +1: covener, rpluem + * mod_proxy: Remove call to apr_reslist_destroy. With apr-util 1.3.x calling + apr_reslist_destroy is not really useful and needed in this case as we are + in a cleanup that was registered against the same pool that is used by the + reslist. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=682369&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