- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for cancelAfterResponseBodyEnd (0.13 sec)
-
okhttp/src/test/java/okhttp3/CallTest.kt
* connection that returns to the connection pool with the underlying socket closed. This relies * on an implementation detail so it might not be a valid test case in the future. */ @Test fun cancelAfterResponseBodyEnd() { enableTls() server.enqueue(MockResponse(body = "abc")) server.enqueue(MockResponse(body = "def")) client = client.newBuilder() .protocols(listOf(Protocol.HTTP_1_1))
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 142.5K bytes - Viewed (0)