Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        hpackReader!!.readHeaders()
        assertThat(hpackReader!!.headerCount).isEqualTo(1)
        assertThat(hpackReader!!.dynamicTableByteCount).isEqualTo(52)
        val entry = hpackReader!!.dynamicTable[readerHeaderTableLength() - 1]!!
        checkEntry(entry, ":path", "www.example.com", 52)
      }
    
      /**
       * http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-12#appendix-C.2.1
       */
      @Test
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 38.2K bytes
    - Viewed (0)
Back to top