]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix pool lifetime issues when the proxy backend connection is terminated
authorGraham Leggett <minfrin@apache.org>
Tue, 16 Nov 2010 00:23:37 +0000 (00:23 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 16 Nov 2010 00:23:37 +0000 (00:23 +0000)
commit38437740bb3f236cb77541bd985877cf809089e7
treec3bdd3e91205868dcc2490202f3df8c4cbd784cf
parentec5ecdba66a7b6873a1fb1af58ac72ff15916a6f
Fix pool lifetime issues when the proxy backend connection is terminated
early by forcing a setaside on transient buckets placed in the brigade
by mod_ssl. This has the effect of extending the lifetime of buckets until
the end of the request. This is a variation on the original fix for this
problem, which added transient buckets to be setaside later in the process.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035504 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c