- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for failsWhenBothServersAreDown (0.17 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/FastFallbackTest.kt
assertThat(eventRecorder.recordedEventTypes().filter { it == ConnectFailed::class }).hasSize(0) } @Test fun failsWhenBothServersAreDown() { serverIpv4.close() serverIpv6.close() val call = client.newCall(Request(url)) assertFailsWith<IOException> { call.execute() }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 19:13:52 UTC 2025 - 10.6K bytes - Viewed (0)