]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy_http: Ensure that when the backend is closed, the final call to
authorGraham Leggett <minfrin@apache.org>
Tue, 4 Jan 2011 23:55:50 +0000 (23:55 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 4 Jan 2011 23:55:50 +0000 (23:55 +0000)
commitb7e70e242d3b3d102c3a85d73af92691c2227840
tree2a91338427425ee167369258431490ba0cc97532
parentddf1a42e9f5057e5f2fc172387a0967a03ac28b2
mod_proxy_http: Ensure that when the backend is closed, the final call to
ap_proxy_http_cleanup() is suppressed, so that the backend is not cleaned
twice. Fixes a further thread safety issue.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055246 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_http.c