Home
last modified time | relevance | path

Searched defs:Goaway (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs68 Goaway = 0x7, enumerator
91 Goaway(Goaway), enumerator
174 pub struct Goaway { struct
175 error_code: u32,
176 last_stream_id: StreamId,
177 debug_data: Vec<u8>,
474 impl Goaway { implementation
H A Dencoder.rs752 goaway: &Goaway, in iterate_goaway_payload()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs54 Goaway(GoAway), enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs667 payload: Goaway, in send_peer_goaway()