https://issues.apache.org/bugzilla/show_bug.cgi?id=50603
Peter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | Ever Confirmed|0 |1 --- Comment #7 from Peter <[email protected]> 2011-08-01 12:55:39 UTC --- I'm not confused when apache is starting to count. I looked up the RFC for HTTP 1.1 and found the following: http://tools.ietf.org/html/rfc2616#section-8.1 8.1.4 Practical Considerations Servers SHOULD NOT close a connection in the middle of transmitting a response, unless a network or client failure is suspected. 8.2.1 Persistent Connections and Flow Control HTTP/1.1 servers SHOULD maintain persistent connections and use TCP's flow control mechanisms to resolve temporary overloads, rather than terminating connections with the expectation that clients will retry. The latter technique can exacerbate network congestion. As I read the text apache is not following the RFC and closes the connection in the middle of a transmition of a response. /Peter -- 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]
