Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readLiteralHeaderWithoutIndexingNewName (0.17 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

                  }
                  adjustDynamicTableByteCount()
                }
                b == 0x10 || b == 0 -> {
                  // 000?0000 - Ignore never indexed bit.
                  readLiteralHeaderWithoutIndexingNewName()
                }
                else -> {
                  // 000?NNNN - Ignore never indexed bit.
                  val index = readInt(b, PREFIX_4_BITS)
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 22.5K bytes
    - Viewed (0)
Back to top