https://issues.apache.org/bugzilla/show_bug.cgi?id=56216

--- Comment #2 from Frank Meier <[email protected]> ---
I put some additional debug log into mod_reqtimeout.c (see attachment:
mod_reqtimeout.c.debug) and made two requests (with telnet) on the same TCP
connection. The resulting log (see attachment:
two_requests_on_same_connection_debug.log) shows, that the method 
reqtimeout_init() is indeed called for each request (first at 10:57:51.982062,
second: 10:58:01.277638). 

Further we can see, that in the first request the method reqtimeout_filter() is
called with the context:0x58037d30 which was created in the first
reqtimeout_init() call; and in the second request it is again called with the
context from the first request and also with the new one 0x58037f50 created in
the second reqtimeout_init() call.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to