From: Rainer Jung Date: Thu, 4 Nov 2010 08:09:57 +0000 (+0000) Subject: Followup to r1026665: reset "cleaned" flag in X-Git-Tag: 2.3.9~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d9338d1dd723e2074611b92b229e54ecc97b5d2;p=apache Followup to r1026665: reset "cleaned" flag in ap_proxy_acquire_connection(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030850 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 8dbebb6d77..1c33afa0e6 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2096,6 +2096,7 @@ PROXY_DECLARE(int) ap_proxy_acquire_connection(const char *proxy_function, #if APR_HAS_THREADS (*conn)->inreslist = 0; #endif + (*conn)->cleaned = 0; return OK; }