/[Apache-SVN]
ViewVC logotype

Revision 1689325


Jump to revision: Previous Next
Author: ylavic
Date: Mon Jul 6 07:13:57 2015 UTC (8 years, 10 months ago)
Changed paths: 2
Log Message:
mod_reqtimeout: follow up to r1621453.
Don't let pipelining checks and keep-alive times interfere
with the timeouts computed for subsequent requests.  PR 56729.


With pipelined requests, the log_transaction hook is called when the request
is destroyed, which may happen after a subsequent request is to be handled on
the same connection.
Move the initialization of the "header" state into pre_read_request() instead,
and get rid of the racy log_trasaction hook.


Changed paths

Path Details
Directoryhttpd/httpd/trunk/CHANGES modified , text changed
Directoryhttpd/httpd/trunk/modules/filters/mod_reqtimeout.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26