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
Outstanding comments from containers/image#160:
ServerDefaulttls.Configin a client?Why are we applying it only to a single path, not when we overridetls.Configfor our purposes?InIrrelevant after Remove go-conections uses in tlsclientconfig image#1748tlsclientconfig.NewTransport, theproxyDialersetup should happen before we create ahttp.Transport, so that we don’t need to overridetr.Dialin a created object.