mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
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.