Re: [users@httpd] "Close" HTTP connection callback/hook

2012-05-14 Thread Eric Covener
On Mon, May 14, 2012 at 1:47 AM, Evgeny Shvidky wrote: > Hi, > > Thank you for a quick answer. > Your suggestion is interesting but it doesn't meet exactly my needs. > The problem that this callback will be called after every HTTP session even > if my module sent response to a user. > Can I regis

RE: [users@httpd] "Close" HTTP connection callback/hook

2012-05-13 Thread Evgeny Shvidky
r close request (before my module responded)? Thanks, Evgeny -Original Message- From: Nick Kew [mailto:n...@webthing.com] Sent: Sunday, May 13, 2012 10:55 PM To: users@httpd.apache.org Subject: Re: [users@httpd] "Close" HTTP connection callback/hook On 13 May 2012, at 16:30, Ev

Re: [users@httpd] "Close" HTTP connection callback/hook

2012-05-13 Thread Nick Kew
On 13 May 2012, at 16:30, Evgeny Shvidky wrote: > Hi, > > I am implementing a new module on C. You'd probably be better-off on the modules list. > 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 whe

[users@httpd] "Close" HTTP connection callback/hook

2012-05-13 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