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

2008-08-04 Thread Mladen Turk
William A. Rowe, Jr. wrote: Mladen Turk wrote: If the under the hood apr_reslist behavior is of such concern we can create apr_reslist_create_ex with some param that will allow to specify the pool cleanup ordering keeping everyone happy concerning backporting and still allowing all the goodies.

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

2008-08-04 Thread William A. Rowe, Jr.
Mladen Turk wrote: If the under the hood apr_reslist behavior is of such concern we can create apr_reslist_create_ex with some param that will allow to specify the pool cleanup ordering keeping everyone happy concerning backporting and still allowing all the goodies. In APR version 1.4.0 of co

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

2008-08-04 Thread Mladen Turk
Jim Jagielski wrote: On Aug 4, 2008, at 9:54 AM, Ruediger Pluem wrote: On 08/04/2008 03:50 PM, Mladen Turk wrote: [EMAIL PROTECTED] wrote: --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Mon Aug 4 05:53:50 2008 @@ -1380,7 +138

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

2008-08-04 Thread Mladen Turk
Ruediger Pluem wrote: On 08/04/2008 03:50 PM, Mladen Turk wrote: [EMAIL PROTECTED] wrote: --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Mon Aug 4 05:53:50 2008 @@ -1380,7 +1380,6 @@ proxy_worker *worker = (proxy_worker *)t

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

2008-08-04 Thread Jim Jagielski
On Aug 4, 2008, at 9:54 AM, Ruediger Pluem wrote: On 08/04/2008 03:50 PM, Mladen Turk wrote: [EMAIL PROTECTED] wrote: --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Mon Aug 4 05:53:50 2008 @@ -1380,7 +1380,6 @@ proxy_work

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

2008-08-04 Thread Ruediger Pluem
On 08/04/2008 03:50 PM, Mladen Turk wrote: [EMAIL PROTECTED] wrote: --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Mon Aug 4 05:53:50 2008 @@ -1380,7 +1380,6 @@ proxy_worker *worker = (proxy_worker *)theworker; if (worker

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

2008-08-04 Thread Mladen Turk
[EMAIL PROTECTED] wrote: --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Mon Aug 4 05:53:50 2008 @@ -1380,7 +1380,6 @@ proxy_worker *worker = (proxy_worker *)theworker; if (worker->cp->res) { worker->cp->pool = NULL;