Skip to main content

decode_stream_line

Function decode_stream_line 

Source
pub fn decode_stream_line(
    line: &[u8],
    limits: &Limits,
) -> Result<StreamFrame, NetbatError>
Expand description

Decode one NETBAT/2 streaming line frame.

ยงErrors

Returns NetbatError when the frame is malformed or exceeds limits.