Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for incorrect Content-Length: 0 handling
If the Content-Length header is set to 0, the client must not read the content from the stream, otherwise it hangs waiting for data. Redirect responses (302, 307) usally have no content and have Content-Length: 0
- Loading branch information