[EMAIL PROTECTED] 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   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
            "If you can dodge a wrench, you can dodge a ball."

Reply via email to