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

2004-02-26 Thread Justin Erenkrantz
--On Wednesday, February 25, 2004 1:20 PM -0800 "Mathihalli, Madhusudan" <[EMAIL PROTECTED]> wrote: Hooking the cleanups to the connection pool may be a little too late for some modules (Example SSL shutdown/SSL Alert). For filters like SSL, the EOC logic would probably be just fine - I can't thi

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

2004-02-25 Thread Mathihalli, Madhusudan
>-Original Message- >From: Greg Stein [mailto:[EMAIL PROTECTED] [SNIP] >On Wed, Feb 25, 2004 at 09:16:04AM -0800, Justin Erenkrantz wrote: >> --On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, >Madhusudan" wrote: >> >> > ... brings up the question : do you still want the >finish

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

2004-02-25 Thread Greg Stein
On Wed, Feb 25, 2004 at 09:16:04AM -0800, Justin Erenkrantz wrote: > --On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, Madhusudan" > <[EMAIL PROTECTED]> wrote: > > > ... brings up the question : do you still want the finish_connection hook OR > > should the modules be content with the EO

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

2004-02-25 Thread Justin Erenkrantz
--On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, Madhusudan" <[EMAIL PROTECTED]> 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

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

2004-02-24 Thread Mathihalli, Madhusudan
>-Original Message- >From: Joe Orton [mailto:[EMAIL PROTECTED] [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_filte