- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for incrementalIndexingWithStaticTableIndexedName (0.17 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
hpackWriter!!.writeHeaders(headerEntries(":authority", "bar.com")) assertBytes(0xbe) assertThat(hpackWriter!!.headerCount).isEqualTo(2) } @Test fun incrementalIndexingWithStaticTableIndexedName() { hpackWriter!!.writeHeaders(headerEntries("accept-encoding", "gzip")) assertBytes(0x50, 4, 'g'.code, 'z'.code, 'i'.code, 'p'.code) assertThat(hpackWriter!!.headerCount).isEqualTo(1)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 38.6K bytes - Click Count (0)