mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
In a race this could cause us to prefer a new connection over a pooled connection, which violates our invariant that pooled connections are always used if they're found. Closes: https://github.com/square/okhttp/issues/7152
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.