- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for prefersExistingCompatible (0.21 sec)
-
okhttp/src/test/java/okhttp3/ConnectionCoalescingTest.kt
} /** * Check we would use an existing connection to a later DNS result instead of connecting to the * first DNS result for the first time. */ @Test fun prefersExistingCompatible() { server.enqueue(MockResponse()) server.enqueue(MockResponse()) val connectCount = AtomicInteger() val listener: EventListener = object : EventListener() {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 18.7K bytes - Viewed (0)