]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add a proposal
authorRuediger Pluem <rpluem@apache.org>
Wed, 6 Aug 2008 11:06:26 +0000 (11:06 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 6 Aug 2008 11:06:26 +0000 (11:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@683222 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 72f47176dc266eb63caee10f588a2af6ef5bd37d..d295f8047645b911c5b5711d74a7743bbf506507 100644 (file)
--- 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