- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for firstPlanConnectedBeforeSecondPlan (0.12 sec)
-
okhttp/src/test/java/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt
- )
- taskFaker.advanceUntil(240.ms)
- assertEvents(
- "plan 0 TCP connected",
- "plan 0 TLS connecting...",
- "plan 0 TLS connected",
- )
- }
- @Test
- fun firstPlanConnectedBeforeSecondPlan() {
- val plan0 = routePlanner.addPlan()
- plan0.tcpConnectDelayNanos = 260.ms
- val plan1 = routePlanner.addPlan()
- plan1.tcpConnectDelayNanos = 20.ms // Connect at time = 270 ms.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 24 04:40:49 UTC 2024 - 20.9K bytes - Viewed (0)