Home
last modified time | relevance | path

Searched refs:GOAWAY_FRAME_TYPE (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs27 pub const GOAWAY_FRAME_TYPE: u64 = 0x7; consts
H A Ddecoder.rs483 Some(frame::GOAWAY_FRAME_TYPE) => { in decode_payload_len()
625 Some(frame::GOAWAY_FRAME_TYPE) => { in decode_variable_payload()
627 Frame::new(frame::GOAWAY_FRAME_TYPE, Payload::Goaway(GoAway::new(id))); in decode_variable_payload()
H A Dencoder.rs143 frame::GOAWAY_FRAME_TYPE => stream.state = FrameEncoderState::EncodingGoawayFrame, in set_frame()

Completed in 3 milliseconds