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
If an unavailable or read/write timeout are already handled by the proxy it shouldn't just forward those to driver as it might cause the retry policy to retry again.
Maybe use ServerError to wrap the error string?
The text was updated successfully, but these errors were encountered:
If an unavailable or read/write timeout are already handled by the proxy it shouldn't just forward those to driver as it might cause the retry policy to retry again.
Maybe use
ServerError
to wrap the error string?The text was updated successfully, but these errors were encountered: