[][src]Constant solicit::http::frame::goaway::GOAWAY_MIN_FRAME_LEN

pub const GOAWAY_MIN_FRAME_LEN: u32 = 8;

The minimum size for the GOAWAY frame payload. It is 8 octets, as the last stream id and error code are required parts of the GOAWAY frame.