cmd/go: try next proxy if dial proxy failed #32253
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
modules
if we got dial error when using the proxy lists, we should try next proxy. Now only 404 and 410 will try next proxy.
We can wrap dial op error as a
no exist error
to implement it.As default lists
https://proxy.golang.org,direct
, if some users can't accesshttps://proxy.golang.org
, they will fall back todirect
, maybe we should custom thetimeout
para, maybe not./cc @rsc @bcmills
The text was updated successfully, but these errors were encountered: