You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Mathihalli, Madhusudan" <ma...@hp.com> on 2004/02/25 01:49:05 UTC

finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

>-----Original Message-----
>From: Joe Orton [mailto:jorton@redhat.com]
[SNIP]
>
>mod_ssl-side I'd just use the changes in the most recent patch I posted
>with the CLOSE bucket test replaced with the EOC bucket test in the
>output filter: in my testing you needed to turn off buffering in
>bio_filter_out_write to get the shutdown logic working correctly.


... brings up the question : do you still want the finish_connection hook OR should the modules be content with the EOC bucket ?

-Madhu

Re: finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

Posted by Greg Stein <gs...@lyra.org>.
On Wed, Feb 25, 2004 at 09:16:04AM -0800, Justin Erenkrantz wrote:
> --On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, Madhusudan" 
> <ma...@hp.com> wrote:
> 
> > ... brings up the question : do you still want the finish_connection hook OR
> > should the modules be content with the EOC bucket ?
> 
> I don't think we'd need a new hook.  -- justin

Rather than a finish_connection hook, I'd just suggest that people attach
cleanups to the connection pool.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Re: finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, Madhusudan" 
<ma...@hp.com> wrote:

> ... brings up the question : do you still want the finish_connection hook OR
> should the modules be content with the EOC bucket ?

I don't think we'd need a new hook.  -- justin