Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for readLiteralHeaderWithoutIndexingIndexedName (0.49 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)
Back to Top