]> granicus.if.org Git - apache/commit
Remove the proxy_conn_cleanup. The socket will be closed
authorMladen Turk <mturk@apache.org>
Fri, 10 Sep 2004 14:32:11 +0000 (14:32 +0000)
committerMladen Turk <mturk@apache.org>
Fri, 10 Sep 2004 14:32:11 +0000 (14:32 +0000)
commitbe924b521a44f72dd49452593d7769751a766790
tree6e0d9a873c3789876bdfac12d68944de9339dd09
parentfaa3a8572893eb463962fb47b0b8f1dc64518de0
Remove the proxy_conn_cleanup. The socket will be closed
when the pool is cleared or destroyed by it's own cleanup routine.
Also skip clearing sockets if the workers pool is destroyed, cause
the pool might already be destroyed.

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