conjure-java-runtime
conjure-java-runtime copied to clipboard
OkHttp retries on 413
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: https://github.com/square/okhttp/issues/1001
Turns out I didn't fully turn off stalebot last time!
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.