Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
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>,
454 impl Goaway { impl
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs272 Goaway(u32), enumerator