- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for secondPlanConnectedBeforeFirstPlan (0.25 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt
"take plan 1", "plan 0 cancel", ) taskFaker.advanceUntil(260.ms) assertEvents( "plan 0 TCP connect canceled", ) } @Test fun secondPlanConnectedBeforeFirstPlan() { val plan0 = routePlanner.addPlan() plan0.tcpConnectDelayNanos = 270.ms val plan1 = routePlanner.addPlan() plan1.tcpConnectDelayNanos = 10.ms // Connect at time = 260 ms.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 20.9K bytes - Viewed (0)