Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for clientReadsHeadersDataTrailers (1.34 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/DuplexTest.kt

          requestBody.flush()
          assertThat(responseBody.readUtf8Line()).isNull()
          requestBody.close()
        }
        body.awaitSuccess()
      }
    
      @Test
      fun clientReadsHeadersDataTrailers() {
        enableProtocol(Protocol.HTTP_2)
        val body =
          MockSocketHandler()
            .sendResponse("ok")
            .exhaustResponse()
        server.enqueue(
          MockResponse
            .Builder()
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Nov 04 19:13:52 GMT 2025
    - 25.8K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

    Jesse Wilson <******@****.***> 1773565338 -0400
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:02:18 GMT 2026
    - 146.5K bytes
    - Click Count (0)
Back to Top