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 evg...@inovvia.com 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.

[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