- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for singleTimeoutForAllFollowUpRequests (0.33 sec)
-
okhttp/src/test/java/okhttp3/WholeOperationTimeoutTest.kt
} } }, ) latch.await() assertThat(call.isCanceled()).isTrue() assertThat(exceptionRef.get()).isNotNull() } @Test fun singleTimeoutForAllFollowUpRequests() { server.enqueue( MockResponse.Builder() .code(HttpURLConnection.HTTP_MOVED_TEMP) .setHeader("Location", "/b") .headersDelay(100, TimeUnit.MILLISECONDS)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 10.5K bytes - Viewed (0)