davidfowl / OwinHttpClient

Barebones http client that uses the owin interface built on .NET socket API.
Other
47 stars 14 forks source link

Some responses follow connection:close semantics #2

Closed loudej closed 11 years ago

loudej commented 11 years ago

If a response body is expected and the response is missing both transfer-encoding and content-length headers.

or

The response is http/1.1 and has a connection:close header.

Then the response body stream should return all data until the server ends the socket.