Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for readLiteralHeaderWithoutIndexingIndexedName (0.31 seconds)

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

                }
    
                else -> {
                  // 000?NNNN - Ignore never indexed bit.
                  val index = readInt(b, PREFIX_4_BITS)
                  readLiteralHeaderWithoutIndexingIndexedName(index - 1)
                }
              }
            }
          }
    
          @Throws(IOException::class)
          private fun readIndexedHeader(index: Int) {
            if (isStaticHeader(index)) {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:02:18 GMT 2026
    - 23.2K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt

    renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1742412320 -0400
    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)
Back to Top