Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for readTrailersAfterEarlyEofAndCloseHttp1 (0.15 seconds)

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

        call.execute().use { response ->
          response.close()
          assertFailsWith<IOException> {
            response.trailers()
          }
        }
      }
    
      @Test
      fun readTrailersAfterEarlyEofAndCloseHttp1() {
        readTrailersAfterEarlyEofAndClose(Protocol.HTTP_1_1)
      }
    
      @Test
      fun readTrailersAfterEarlyEofAndCloseHttp2() {
        readTrailersAfterEarlyEofAndClose(Protocol.HTTP_2)
      }
    
    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)
Back to Top