Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clone client transport from http.DefaultTransport instead of creating a zeroed transport struct. With an empty timeout-struct all timeout-values are zeroed disabling some timeouts and TTLs. See https://golang.org/src/net/http/transpor.go#L194 and following.
- Loading branch information