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
Server sends 413 Request Entity Too Large and the client retries it the maximum number of times (4). A socket exception is then propagated to the caller.
What did you want to happen?
The client receives the 413, does not retry, and propagates the Request Entity Too Large exception.
This issue has been automatically marked as stale because it has not been touched in the last 60 days. Please comment if you'd like to keep it open, otherwise it'll be closed in 7 days time.
What happened?
Server sends 413 Request Entity Too Large and the client retries it the maximum number of times (4). A socket exception is then propagated to the caller.
What did you want to happen?
The client receives the 413, does not retry, and propagates the Request Entity Too Large exception.
This is an okhttp issue: square/okhttp#1001
The text was updated successfully, but these errors were encountered: