Searched refs:CompressionError (Results 1 – 4 of 4) sorted by relevance
85 CompressionError = 0x09, enumerator123 0x09 => ErrorCode::CompressionError, in try_from()
173 H2Error::ConnectionError(ErrorCode::CompressionError).into() in decode()498 return H2Error::ConnectionError(ErrorCode::CompressionError).into(); in decode()503 Err(_) => H2Error::ConnectionError(ErrorCode::CompressionError).into(), in decode()508 return H2Error::ConnectionError(ErrorCode::CompressionError).into(); in decode()
78 return Err(H2Error::ConnectionError(ErrorCode::CompressionError)); in finish()136 .ok_or(H2Error::ConnectionError(ErrorCode::CompressionError))?; in update_indexed()190 .ok_or(H2Error::ConnectionError(ErrorCode::CompressionError))? in get_header_by_name_and_value()
74 .ok_or(H2Error::ConnectionError(ErrorCode::CompressionError))?; in next_byte()