-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recommend creating http.Transport with default settings (#20)
* Recommend creating http.Transport with default settings This is now the recommended way to create a transport in golang 1.13, to ensure that default settings (such as to close idle connections) are inherited. * specify go1.12 way too
- Loading branch information
1 parent
1723c4b
commit 0944d24
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters