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
[http- unzip_http] handle errors in retrieving URLs
Make error output user-friendly, instead of showing a traceback.
for errors like: http.client.RemoteDisconnected: "Remote end closed
connection without response" and ConnectionError ("[Errno 104]
Connection reset by peer"). And urllib3.exceptions.MaxRetryError
in get_range() on a closed connection. And HTTP status codes other
than success in the zip file HEAD request.
0 commit comments