Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If a request is made with HTTP/1.0 and a response is provided with HTTP/1.1 the server will incorrectly treat the entire connection as 1.1 by keeping a connection open with the client. Some clients (ab for example) will simply hang waiting for the server to close the connection.
RFC 2145 (http://www.faqs.org/rfcs/rfc2145.html) describes HTTP version numbers and how clients and servers should act.