- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hasDeadline (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
object : RequestBody() { override fun contentType(): MediaType = "text/plain".toMediaType() override fun writeTo(sink: BufferedSink) { assertThat(sink.timeout().hasDeadline()).isFalse() sink.writeUtf8("def") } } val request2 = Request .Builder() .url(server.url("/")) .method("POST", requestBody2)
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 19:13:52 GMT 2025 - 147.4K bytes - Click Count (0)