- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for cancelLater (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/TrailersTest.kt
call.execute().use { response -> val source = response.body.source() assertThat(response.header("h1")).isEqualTo("v1") assertThat(source.readUtf8(5)).isEqualTo("Hello") call.cancelLater(500.milliseconds) val trailersDelay = measureTime { val exception = assertFailsWith<IOException> { response.trailers() }
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Nov 08 21:45:04 GMT 2025 - 18.8K bytes - Click Count (0)