https://issues.apache.org/bugzilla/show_bug.cgi?id=50603
Stefan Fritsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Stefan Fritsch <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
