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

* Do a more complete cleanup here. At this point we cannot end up with something useful with the data we created so far.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2015-08-24 07:43:19 +00:00
parent bcd1ad49c3
commit ba6ece3161

View File

@@ -2933,8 +2933,7 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
* not continue with a connection via this worker even if we got one. * not continue with a connection via this worker even if we got one.
*/ */
if (connected) { if (connected) {
apr_socket_close(conn->sock ); socket_cleanup(conn);
conn->sock = NULL;
} }
return DECLINED; return DECLINED;
} }