- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for headersReadTimeoutDoesNotStartUntilLastRequestBodyByteNoFire (0.24 sec)
-
okhttp/src/jvmTest/kotlin/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(), )
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 18 12:28:21 UTC 2025 - 24.8K bytes - Viewed (0)