Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readFailingRequestExample (0.14 sec)

  1. okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt

        checkReadSecondRequestWithoutHuffman()
        thirdRequestWithoutHuffman()
        hpackReader!!.readHeaders()
        checkReadThirdRequestWithoutHuffman()
      }
    
      @Test
      fun readFailingRequestExample() {
        bytesIn.writeByte(0x82) // == Indexed - Add ==
        // idx = 2 -> :method: GET
        bytesIn.writeByte(0x86) // == Indexed - Add ==
        // idx = 7 -> :scheme: http
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 38.2K bytes
    - Viewed (0)
Back to top