Closed loudej closed 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.
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.