You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@apache.org> on 2010/12/23 18:08:23 UTC

Re: svn commit: r1052314 - in /httpd/httpd/trunk: include/ap_mmn.h modules/proxy/mod_proxy.h modules/proxy/mod_proxy_http.c modules/proxy/proxy_util.c

On Dec 23, 2010, at 11:43 AM, rpluem@apache.org wrote:

> Author: rpluem
> Date: Thu Dec 23 16:43:43 2010
> New Revision: 1052314
> 
> URL: http://svn.apache.org/viewvc?rev=1052314&view=rev
> Log:
> * The concept of the cleaned flag is flawed: Once we returned the connection
>  to the pool we cannot longer rely on it as another thread could have leased
>  the connection in the meantime and might have modified it.
>  BUT: We only use this flag once we returned the connection to the pool.
>  So signal that we returned the connection to the pool by something that is
>  local to the thread, in this case set backend to NULL if we already have
>  returende the connection.
> 

v. cool...