You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/01/24 21:01:47 UTC

svn commit: r1561137 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

Author: jim
Date: Fri Jan 24 20:01:47 2014
New Revision: 1561137

URL: http://svn.apache.org/r1561137
Log:
handle leak. thx to Y^2

Modified:
    httpd/httpd/trunk/modules/proxy/proxy_util.c

Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=1561137&r1=1561136&r2=1561137&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/proxy_util.c (original)
+++ httpd/httpd/trunk/modules/proxy/proxy_util.c Fri Jan 24 20:01:47 2014
@@ -1934,7 +1934,6 @@ PROXY_DECLARE(int) ap_proxy_pre_request(
                               "*: 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_conn
     (*conn)->worker = worker;
     (*conn)->close  = 0;
     (*conn)->inreslist = 0;
-    (*conn)->uds_path = NULL;
 
     return OK;
 }



Re: svn commit: r1561137 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

Posted by Yann Ylavic <yl...@gmail.com>.
On Fri, Jan 24, 2014 at 9:01 PM, <ji...@apache.org> wrote:

> Author: jim
> Date: Fri Jan 24 20:01:47 2014
> New Revision: 1561137
>
> URL: http://svn.apache.org/r1561137
> Log:
> handle leak. thx to Y^2
>

yw J^2 ;)