Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs209 const MAX_HEADER_LIST_SIZE: usize = 16 << 20; const
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs594 const MAX_HEADER_LIST_SIZE: usize = 16 << 20; const