mirror of
https://github.com/square/okhttp.git
synced 2025-08-08 23:42:08 +03:00
* Add retryDecision event to track retry logic in EventListener Introduced a new `retryDecision` event to improve observability of retry logic. This includes detailed reasons for retry decisions, enhancing debugging. Updated relevant tests, interceptors, and event handling to accommodate the new event. It also cleanly signals the boundary before a prior request and the follow up.
OkHttp Testing Support
This module offers utilities and support for testing OkHttp itself. It's not intended for use by other projects or consumers of the OkHttp library.