Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for huffmanDecodingSupported (0.1 sec)

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

          bytesIn.writeUtf8("custom-header")
        }
        hpackReader!!.readHeaders()
        assertThat(hpackReader!!.headerCount).isEqualTo(256)
      }
    
      @Test
      fun huffmanDecodingSupported() {
        bytesIn.writeByte(0x44) // == Literal indexed ==
        // Indexed name (idx = 4) -> :path
        bytesIn.writeByte(0x8c) // Literal value Huffman encoded 12 bytes
    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