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
Currently in 1.3 the mirror fetch logic will only try another mirror if a 404 response code is returned. This logic should be updated to either better handle "unavailable" errors (such as connection refused or gateway errors) or always try the next mirror for any non-OK response.