RE: "Close" HTTP connection callback/hook

2012-10-21 Thread Tony Abo
> From: Evgeny Shvidky [mailto:evg...@skyfence.com] > Sent: Wednesday, 17 October 2012 12:50 AM > To: modules-dev@httpd.apache.org > Subject: "Close" HTTP connection callback/hook > > Hi, > > I am implementing a new module on C. > I need to perform some fu

Re: "Close" HTTP connection callback/hook

2012-10-16 Thread Nick Kew
On Tue, 16 Oct 2012 13:50:12 + Evgeny Shvidky wrote: > Hi, > > I am implementing a new module on C. > I need to perform some functionality when a user closes a HTTP connection > before he received any response for his request. > How can I know when a HTTP user request state has been changed

Re: "Close" HTTP connection callback/hook

2012-10-16 Thread Sorin Manolache
On 2012-10-16 15:50, Evgeny Shvidky wrote: Hi, I am implementing a new module on C. I need to perform some functionality when a user closes a HTTP connection before he received any response for his request. How can I know when a HTTP user request state has been changed/closed? Is there any call

"Close" HTTP connection callback/hook

2012-10-16 Thread Evgeny Shvidky
Hi, I am implementing a new module on C. I need to perform some functionality when a user closes a HTTP connection before he received any response for his request. How can I know when a HTTP user request state has been changed/closed? Is there any callback/hook for this functionality I can regist