Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs63 FlowControlError = 0x03, enumerator
117 0x03 => ErrorCode::FlowControlError, in try_from()
H A Ddecoder.rs871 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in get_setting()
1824 Err(H2Error::ConnectionError(ErrorCode::FlowControlError)) in ut_get_setting()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dwindow.rs45 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in increase_size()
48 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in increase_size()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs267 return Err(H2Error::StreamError(id, ErrorCode::FlowControlError)); in release_stream_recv_window()
279 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in release_conn_recv_window()