1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Files
okhttp/docs
Jesse Wilson bafad8c998 Use finer-grained locks in the connection pool
Previously we were locking the RealConnectionPool for all
connection-related state, including cancelation.

This changes the locks to be per-Connection, leaning heavily
on thread-confined fields in RealCall, Exchange, and
ExchangeFinder.
2020-05-24 23:20:40 -04:00
..
2019-06-21 00:06:02 -04:00
2020-05-07 07:03:15 +01:00
2020-05-17 13:52:53 -04:00
2019-12-31 14:21:05 -05:00
2019-06-19 18:14:21 -07:00
2019-10-25 22:41:43 -04:00
2019-12-13 00:11:44 +00:00
2020-02-17 17:51:22 -05:00
2020-03-26 05:40:20 +00:00