Function h2::codec::framed_read::decode_frame

source ·
fn decode_frame(
    hpack: &mut Decoder,
    max_header_list_size: usize,
    max_continuation_frames: usize,
    partial_inout: &mut Option<Partial>,
    bytes: BytesMut
) -> Result<Option<Frame>, Error>
Expand description

Decodes a frame.

This method is intentionally de-generified and outlined because it is very large.