- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for bodyReadTimeoutDoesNotStartUntilLastRequestBodyByteFire (0.22 sec)
-
okhttp/src/test/java/okhttp3/DuplexTest.kt
assertThat(expected.message).isEqualTo("timeout") } } /** Same as the previous test, but the server stalls sending the response body. */ @Test fun bodyReadTimeoutDoesNotStartUntilLastRequestBodyByteFire() { enableProtocol(Protocol.HTTP_2) server.enqueue( MockResponse.Builder() .bodyDelay(1500, TimeUnit.MILLISECONDS) .body("this should never be received")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 23.9K bytes - Viewed (0)