Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support negative Content-Length in DataFromReader
You can get an http.Response with ContentLength set to -1 (Chunked encoding), so for DataFromReader to be useful for those we need to support that.
- Loading branch information