pub fn decode_window_update(payload: &[u8]) -> Result<u32, Http2Error>
Decodes a WINDOW_UPDATE frame payload (4 bytes).
Protocol(FrameSizeError) if the payload is not 4 bytes.
Protocol(FrameSizeError)