Searched refs:GoAway (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | frame.rs | 65 Goaway(GoAway), 111 /// Http3 GoAway frame payload. 113 pub struct GoAway { structure names 285 impl GoAway { impls 286 /// Creates a new GoAway instance from the provided Parts. 288 GoAway { id } in new()
|
H A D | decoder.rs | 21 CancelPush, Data, GoAway, Headers, MaxPushId, Payload, PushPromise, Settings, DATA_FRAME_TYPE, 627 Frame::new(frame::GOAWAY_FRAME_TYPE, Payload::Goaway(GoAway::new(id))); in decode_variable_payload()
|
Completed in 3 milliseconds