Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.2.2
-
None
Description
Code will not allow connection reuse if Content-Length header is not present.
If the request was a HEAD request and the response is a 404, this header is not present, but HttpClient should still be able to re-use the connection.
It should be very easy to add special case code when dealing with responses to HEAD requests.