Home
last modified time | relevance | path

Searched defs:hpack_decoder (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Ddecoder.rs360 let mut hpack_decoder = HpackDecoder::with_max_size(4096, MAX_HEADER_LIST_SIZE); in ut_hpack_decoder() localVariable
390 let mut hpack_decoder = HpackDecoder::with_max_size(4096, MAX_HEADER_LIST_SIZE); in ut_hpack_decoder() localVariable
420 let mut hpack_decoder = HpackDecoder::with_max_size(256, MAX_HEADER_LIST_SIZE); in ut_hpack_decoder() localVariable
492 let mut hpack_decoder = HpackDecoder::with_max_size(256, MAX_HEADER_LIST_SIZE); in ut_hpack_decoder() localVariable