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...@jaguNET.com> on 2006/02/21 01:58:09 UTC

Re: svn commit: r379237 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

rpluem@apache.org wrote:
> 
> @@ -1672,6 +1672,14 @@
>  
>  
>      backend->is_ssl = is_ssl;
> +    /*
> +     * TODO: Currently we cannot handle persistent SSL backend connections,
> +     * because we recreate backend->connection for each request and thus
> +     * try to initialize an already existing SSL connection. This does
> +     * not work.
> +     */
> +    if (is_ssl)
> +        backend->close_on_recycle = 1;
>  

+1 for leveraging close_on_recycle ! :)

-- 
===========================================================================
   Jim Jagielski   [|]   jim@jaguNET.com   [|]   http://www.jaguNET.com/
	    "If you can dodge a wrench, you can dodge a ball."