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
Why are we using a ServerDefaulttls.Config in a client?
Why are we applying it only to a single path, not when we override tls.Config for our purposes?
In tlsclientconfig.NewTransport, the proxyDialer setup should happen before we create a http.Transport, so that we don’t need to override tr.Dial in a created object. Irrelevant after Remove go-conections uses in tlsclientconfig image#1748