- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for minimumDelayEnforcedBetweenConnects (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt
* * * if there's no TCP connect in flight, start one. * * don't start a new TCP connect within 250 ms of the previous TCP connect. */ @Test fun minimumDelayEnforcedBetweenConnects() { val plan0 = routePlanner.addPlan() plan0.tcpConnectDelayNanos = 510.ms plan0.tcpConnectThrowable = IOException("boom!") val plan1 = routePlanner.addPlan()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 20.9K bytes - Click Count (0)