Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for checkReadThirdRequestWithoutHuffman (0.12 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt

        secondRequestWithoutHuffman()
        hpackReader!!.readHeaders()
        checkReadSecondRequestWithoutHuffman()
        thirdRequestWithoutHuffman()
        hpackReader!!.readHeaders()
        checkReadThirdRequestWithoutHuffman()
      }
    
      @Test
      fun readFailingRequestExample() {
        bytesIn.writeByte(0x82) // == Indexed - Add ==
        // idx = 2 -> :method: GET
        bytesIn.writeByte(0x86) // == Indexed - Add ==
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 38.6K bytes
    - Click Count (0)
Back to Top