Make creation of http.Client uniform across the codebase (#3097)

This commit is contained in:
Martin Angers
2021-11-24 15:56:54 -05:00
committed by GitHub
parent 964f85b174
commit c997f853e5
33 changed files with 279 additions and 90 deletions
+1
View File
@@ -0,0 +1 @@
* Ensure uniformity of http clients across the codebase, so that all use sane defaults and are proxy-aware.