mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
* Split EventListener.retryDecision into retryDecision and followUpDecision retryDecision has an exception, and is related to connectivity failures. followUpDecision has an intermediate response, and is related to redirects and auth challenges. This drops the reason strings, which have 'logging brain' and I want to push our users towards 'metrics brain'. * Spotless * apiDump * Fix another test --------- Co-authored-by: Jesse Wilson <jwilson@squareup.com>