1
0
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:
Stefan Fritsch
2010-06-03 22:47:46 +00:00
parent 512be6af6f
commit 877b46df6b
3 changed files with 24 additions and 26 deletions

View File

@@ -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) {