Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OkHttp retries on 413 #874

Open
ellisjoe opened this issue Nov 14, 2018 · 2 comments
Open

OkHttp retries on 413 #874

ellisjoe opened this issue Nov 14, 2018 · 2 comments
Labels

Comments

@ellisjoe
Copy link
Contributor

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

@stale stale bot added the stale label Jan 13, 2019
@palantir palantir deleted a comment from stale bot Jan 14, 2019
@stale stale bot closed this as completed Jan 21, 2019
@iamdanfox
Copy link
Contributor

Turns out I didn't fully turn off stalebot last time!

@iamdanfox iamdanfox reopened this Jan 21, 2019
@iamdanfox iamdanfox removed the stale label Mar 19, 2019
@iamdanfox iamdanfox added the bug label Apr 25, 2019
@stale
Copy link

stale bot commented Sep 23, 2019

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.

@stale stale bot added the stale label Sep 23, 2019
@iamdanfox iamdanfox removed the stale label Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants