https://issues.apache.org/bugzilla/show_bug.cgi?id=57374
Bug ID: 57374
Summary: Event MPM: Wrong KeepAliveTimeout when system clock is
put back
Product: Apache httpd-2
Version: 2.4.10
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mpm_event
Assignee: [email protected]
Reporter: [email protected]
The KeepAliveTimeout is calculated incorrectly after the system clock has been
put back. This is probably a bug in the event MPM, because it does not happen
with the worker MPM.
How to reproduce this bug:
* build Apache httpd 2.4.10 with ./configure --with-mpm=event
--enable-mpms-shared="event worker" [....]
* start httpd and send this request (e.g. with telnet):
GET / HTTP/1.1
HOST: test
* Apache closes the connection after 5 seconds (as expected)
* Change the system time:
sudo date -s "-1hour"
* Send a new request. Now Apache does NOT close the connection after 5 seconds.
I assume that the keep-alive timeout is 5 seconds + 1 hour.
--
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]