- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for emptyResponseBody (0.09 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt
response.body.string() } val callFailed = eventRecorder.removeUpToEvent<CallFailed>() assertThat(callFailed.ioe).isNotNull() } @Test fun emptyResponseBody() { server.enqueue( MockResponse .Builder() .body("") .bodyDelay(1, TimeUnit.SECONDS) .onResponseBody(CloseSocket()) .build(), )
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 70.7K bytes - Click Count (0)