Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Derror.rs573 pub(crate) fn transfer_encoding_unexpected() -> Self { in transfer_encoding_unexpected() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Drole.rs243 return Err(Parse::transfer_encoding_unexpected()); in parse()
1219 Err(Parse::transfer_encoding_unexpected()) in decoder()