From ee7cbbac679af060d6cd1aacd3c8a7f7947c87b4 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 24 Jan 2014 20:01:47 +0000 Subject: [PATCH] handle leak. thx to Y^2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561137 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 7d8434d70c..fb6426bf34 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1934,7 +1934,6 @@ PROXY_DECLARE(int) ap_proxy_pre_request(proxy_worker **worker, "*: found reverse proxy worker for %s", *url); *balancer = NULL; *worker = conf->reverse; - *(*worker)->s->uds_path = '\0'; access_status = OK; /* * The reverse worker does not keep connections alive, so @@ -2127,7 +2126,6 @@ PROXY_DECLARE(int) ap_proxy_acquire_connection(const char *proxy_function, (*conn)->worker = worker; (*conn)->close = 0; (*conn)->inreslist = 0; - (*conn)->uds_path = NULL; return OK; } -- 2.50.1