You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/07/17 16:19:29 UTC

DO NOT REPLY [Bug 50603] Bug in how Apache is counting KeepAliveTimeOut

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

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Stefan Fritsch <sf...@sfritsch.de> 2011-07-17 14:19:29 UTC ---
httpd will start counting the keepalive timeout once it has delivered all data
to the OS. If you have a slow connection, it is possible that the delivery of
the data to the client will take some time. There is nothing to be fixed in
httpd.

You should either increase the keepalive timeout or tune the socket buffer size
(SendBufferSize in httpd, or /proc/sys/net/* under Linux).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org