1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/docs/features
Jesse Wilson 8a08fb2652 Don't leak a connection that's canceled before it connects (#7099)
We had a bug where calling ConnectPlan.cancel() before ConnectPlan.connectTcp()
would drop the cancel. This is because the rawSocket wasn't created yet to
cancel.

Also document fast fallback on our documentation site.
2022-02-20 22:33:59 -05:00
..
2022-02-05 21:19:09 -05:00
2022-02-05 21:19:09 -05:00
2022-02-05 21:19:09 -05:00
2022-02-05 21:19:09 -05:00
2022-02-08 08:03:16 +00:00