Commit 5b40af92 authored by Paul Querna's avatar Paul Querna
Browse files

propose backport of core input filter fix in r154200.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@154203 13f79535-47bb-0310-9956-ffa450edef68
parent b33e71e9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -94,6 +94,12 @@ PATCHES TO BACKPORT FROM TRUNK:
    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.