Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clients: set ContentLength explicitly
Set ContentLength explicitly for net/http, so the bodies are sent in "one piece" and not using chunked transfer encoding, when streaming is off. Updates #32.
- Loading branch information