Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs515 let rest_payload = in poll_blocked_message() localVariable
520 Payload::RstStream(rest_payload), in poll_blocked_message()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs561 let rest_payload = RstStream::new(code.into_code()); in manage_stream_error() localVariable
565 Payload::RstStream(rest_payload), in manage_stream_error()