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 when a HTTP user request state has been changed/closed?
> Is there any callback/hook for this functionality I can register?

You can register your function as a cleanup on the connection's pool,
if that meets your needs.

-- 
Nick Kew
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to