- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for headersReadTimeoutDoesNotStartUntilLastRequestBodyByteNoFire (0.44 sec)
-
okhttp/src/test/java/okhttp3/DuplexTest.kt
* We delay sending the last byte of the request body 1500 ms. The 1000 ms read timeout shouldn't * elapse because it shouldn't start until the request body is sent. */ @Test fun headersReadTimeoutDoesNotStartUntilLastRequestBodyByteNoFire() { enableProtocol(Protocol.HTTP_2) server.enqueue( MockResponse.Builder() .headersDelay(500, TimeUnit.MILLISECONDS) .build(), ) val request =
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 23.9K bytes - Viewed (0)