Re: mod_ssl ignores connection->aborted & eos_sent

2012-03-07 Thread Ben Noordhuis
On Tue, Mar 6, 2012 at 13:27, Daniil A Megrabjan wrote: > Anyway, as far as I understood I'm not allowed to change the default > behavior of mod_ssl. In this case there is the other question -  how to > register my hook to be really before  mod_ssl? and even if request has > been received on 443 T

Re: mod_ssl ignores connection->aborted & eos_sent

2012-03-06 Thread Daniil A Megrabjan
> > > I'm writing a module which serves a special URL. > > In cases when URL-string matches the special pattern my module sends the > connection(SCM_RIGHTS) between HTTP client and Apache to another process. > Furthermore, Apache child has been told to forget about this connection in > this way: >

Re: mod_ssl ignores connection->aborted & eos_sent

2012-03-05 Thread Ben Noordhuis
On Mon, Mar 5, 2012 at 22:34, Daniil A Megrabjan wrote: > Hello, > > I'm writing a module which serves a special URL. > In cases when URL-string matches the special pattern my module sends the > connection(SCM_RIGHTS) between HTTP client and Apache to another process. > Furthermore, Apache child

mod_ssl ignores connection->aborted & eos_sent

2012-03-05 Thread Daniil A Megrabjan
Hello, I'm writing a module which serves a special URL. In cases when URL-string matches the special pattern my module sends the connection(SCM_RIGHTS) between HTTP client and Apache to another process. Furthermore, Apache child has been told to forget about this connection in this way: r->co