https://bz.apache.org/bugzilla/show_bug.cgi?id=59136
Bug ID: 59136
Summary: Timeout not working properly when no info is sent
Product: Apache httpd-2
Version: 2.4.18
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
I've changed Timeout directive to 5 and then executed:
$ time telnet serveraddress 80
with no input. I can see the connections are closed after ~35 seconds (instead
of 5). I've been testing disabling all mods I can, leaving just the mpm (tested
with event, worker and prefork).
But if I send something (a return, or the first line of a request) the Timeout
applies successfully.
I've also tested with Apache 2.2 and this version works alright, the
connections are closed after 5 seconds.
I've tested everything in an Ubuntu 14.04 fresh install with 2.4.7 and then
downloaded and installed 2.4.18.
--
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]