You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/02/18 00:30:03 UTC

svn commit: r154203 - httpd/httpd/branches/2.0.x/STATUS

Author: pquerna
Date: Thu Feb 17 15:30:00 2005
New Revision: 154203

URL: http://svn.apache.org/viewcvs?view=rev&rev=154203
Log:
propose backport of core input filter fix in r154200.

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?view=diff&r1=154202&r2=154203
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Thu Feb 17 15:30:00 2005
@@ -94,6 +94,12 @@
     identify exactly what the proposed changes are! ]
   [ please append new backports at the end of this list not the top. ]
 
+    *) core_input_filter: Fix leak of a brigade by moving buckets to an 
+       existing brigade instead of calling brigade_split which creates a 
+       new brigade. PR 33382. r154200
+       Patch for 2.0: http://www.apache.org/~pquerna/c-i-f-leak.patch
+       +1: pquerna
+
     *) dummy_connection tweak: directly use the address of the first
        listener rather than extracting through getnameinfo(), and log
        the address for better diagnostics in error cases.