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
We should retry in case of Request Timeout (408) or Service Unavailable (503).
The retry mechanism broke as result of commit c2fd342 (exit with an error if server unexpectedly closes the connection). This commit fixes the broken retry mechanism.
0 commit comments