Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/h3/
Dmod.rs304 ExcessiveLoad, enumerator
347 Error::ExcessiveLoad => 0x107, in to_wire()
362 Error::ExcessiveLoad => -4, in to_c()
1643 qpack::Error::HeaderListTooLarge => Error::ExcessiveLoad, in process_frame()
2985 assert_eq!(s.poll_server(), Err(Error::ExcessiveLoad)); in request_max_header_size_limit()