Bug 44270 - CORE: Timeout is ignored
Summary: CORE: Timeout is ignored
Status: RESOLVED INVALID
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.2.6
Hardware: All All
: P4 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-19 12:13 UTC by Jakub Kolasa
Modified: 2008-01-19 12:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Kolasa 2008-01-19 12:13:27 UTC
Looks like TimeOut in configuration is ignored. Tested with prefork and worker.
Setting Timeout e.g. 10 and telneting to 80 shows that, connection is never
closed. It can hang for hours. This affects both Global and VirtualHost configs.
Comment 1 Ruediger Pluem 2008-01-19 12:36:05 UTC
This is due to activated accept filters on some OS in 2.2.x and up (see
http://httpd.apache.org/docs/2.2/en/mod/core.html#acceptfilter). In this case
httpd actually doesn't know that a connections has arrived when you only do a
telnet to port 80.