proxy operations.
PR: 24991
Submitted by: Larry Toppi <larry.toppi citrix.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102017
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) Fix memory leak in handling of request bodies during reverse
+ proxy operations. PR 24991. [Larry Toppi <larry.toppi citrix.com>]
+
*) Clean up httpd -V output: Instead of displaying the MPM source
directory, display the MPM name and some MPM properties.
[Geoffrey Young <geoff apache.org>]
}
/* We can't pass this EOS to the output_filters. */
- APR_BUCKET_REMOVE(APR_BRIGADE_LAST(input_brigade));
+ e = APR_BRIGADE_LAST(input_brigade);
+ apr_bucket_delete(e);
}
if (send_chunks) {