1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Rainer Jung
2010-11-04 08:09:57 +00:00
parent cd474b5bad
commit 2d9338d1dd

View File

@@ -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;
}