conjure-java-runtime icon indicating copy to clipboard operation
conjure-java-runtime copied to clipboard

OkHttp retries on 413

Open ellisjoe opened this issue 6 years ago • 2 comments

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

ellisjoe avatar Nov 14 '18 12:11 ellisjoe

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

iamdanfox avatar Jan 21 '19 18:01 iamdanfox

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[bot] avatar Sep 23 '19 14:09 stale[bot]