mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
log issues with CONNECT at request scope instead of server scope
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -313,8 +313,7 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker,
|
||||
* XXX FIXME
|
||||
*/
|
||||
failed = ap_proxy_connect_to_backend(&sock, "CONNECT", connect_addr,
|
||||
connectname, conf, r->server,
|
||||
r->pool);
|
||||
connectname, conf, r);
|
||||
|
||||
/* handle a permanent error from the above loop */
|
||||
if (failed) {
|
||||
|
Reference in New Issue
Block a user