You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In module vibe.http.client, property InputStream bodyReader() of HTTPClientResponse class limits to 0 the InputStream if I don't get from the server, a response with a "Content-Length" or at least a "Transfer-Encoding" header, though I get a "Connection:close" header.
Module vibe.http.proxy behave accordingly.
The text was updated successfully, but these errors were encountered:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.4 says " the transfer-length of that body is determined by [...] 5.By the server closing the connection."
In module vibe.http.client, property InputStream bodyReader() of HTTPClientResponse class limits to 0 the InputStream if I don't get from the server, a response with a "Content-Length" or at least a "Transfer-Encoding" header, though I get a "Connection:close" header.
Module vibe.http.proxy behave accordingly.
The text was updated successfully, but these errors were encountered: