On Fri, Feb 06, 2004 at 01:30:00PM -0800, Mathihalli, Madhusudan wrote:
> IOW, the following patch works.
>
> Question: Is there any other hook / pool-cleanup thing that I can hook the
> ssl_filter_io_shutdown() logic into ?
No, that can't be right either, it would close the connection after each
request. I came to the same conclusion as you: this needs a new hook
which is run before the lingering close.
Could call it {close,finish,post}_connection or something like that: it
could be run from ap_process_connection.
joe