mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Avoid useless functions calls.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1572561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2284,6 +2284,7 @@ ap_proxy_determine_connection(apr_pool_t *p, request_rec *r,
|
||||
conn->pool);
|
||||
}
|
||||
socket_cleanup(conn);
|
||||
conn->close = 0;
|
||||
}
|
||||
if (will_reuse) {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user