mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
* Attempt at a ConnectionListener * Fixes * Test for locks * Fix for locking * Add events in RouteFailureTest * Fixes * Fixes * Fixes * Fast path when None * Don't defer connectionClosed events * Don't enqueue connection events Co-authored-by: Jesse Wilson <jwilson@squareup.com>
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.