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
In addition to 501, these errors seem permanent as well:
http.StatusHTTPVersionNotSupported// 505 HTTP Version Not Supportedhttp.StatusVariantAlsoNegotiates// 506 Variant Also Negotiateshttp.StatusNotExtended// 510 Not Extendedhttp.StatusNetworkAuthenticationRequired// 511 Network Authentication Required
Perhaps we should skip the retry logic when we see one of them?
PS: I'm not sure about http.StatusLoopDetected (508 Loop Detected). Maybe we should include that as well.
The text was updated successfully, but these errors were encountered:
In addition to 501, these errors seem permanent as well:
Perhaps we should skip the retry logic when we see one of them?
PS: I'm not sure about
http.StatusLoopDetected
(508 Loop Detected). Maybe we should include that as well.The text was updated successfully, but these errors were encountered: