Home
last modified time | relevance | path

Searched refs:HeaderListTooLarge (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/src/h3/qpack/
Ddecoder.rs125 .ok_or(Error::HeaderListTooLarge)?; in decode()
165 .ok_or(Error::HeaderListTooLarge)?; in decode()
196 .ok_or(Error::HeaderListTooLarge)?; in decode()
Dmod.rs58 HeaderListTooLarge, enumerator
/external/rust/crates/quiche/src/h3/
Dmod.rs1643 qpack::Error::HeaderListTooLarge => Error::ExcessiveLoad, in process_frame()