Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noEvictionOnDynamicTableSizeIncrease (0.4 sec)

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

        assertThat(hpackWriter!!.headerCount).isEqualTo(1)
        hpackWriter!!.resizeHeaderTable(0)
        assertThat(hpackWriter!!.headerCount).isEqualTo(0)
      }
    
      @Test
      fun noEvictionOnDynamicTableSizeIncrease() {
        val headerBlock =
          headerEntries(
            "custom-key1",
            "custom-header",
            "custom-key2",
            "custom-header",
          )
    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