Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preset ContentLength in first http.Request (#48)
`http.NewRequest(url, method, body)` usually handles req.CL, but we must calculate it since body is initially passed as nil for cloneRequest to handle later on. Fixes #36.
- Loading branch information