You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The final else clause should be removed. If the caller provides a transport, it may already have a proxy configured, there's no reason to set the transport's proxy to nil.
The text was updated successfully, but these errors were encountered:
neilotoole
changed the title
Don't override the transport's proxy settings
Don't set the transport's proxy settings to nil by default
Sep 30, 2016
In
client.go
, at this location, there's this code:The final
else
clause should be removed. If the caller provides atransport
, it may already have a proxy configured, there's no reason to set the transport's proxy tonil
.The text was updated successfully, but these errors were encountered: