translate-shell
translate-shell copied to clipboard
Make HTTP connections more robust upon termination by handling Content-Length and Chunks
Currently it's based on timeout, but there may be proxies or CDNs that expect the client to close the connection, and assuming a timeout value is not a perfect solution. According to the HTTP protocol, the client has the ability to know when the complete body has been received.