Lines Matching defs:Goaway
72 Goaway = 0x7,
95 Goaway(Goaway),
176 pub struct Goaway {
318 Payload::Goaway(_) => FrameType::Goaway,
476 impl Goaway {
477 /// Creates a new Goaway instance with the provided error code, last stream
480 Goaway {
502 /// Returns the total length of the Goaway frame when encoded.
733 let payload_goaway = Payload::Goaway(Goaway::new(30, 20, vec![0; 0]));
734 assert_eq!(payload_goaway.frame_type(), FrameType::Goaway);