Function fixed_buffer::deframe_line
source · [−]Expand description
Deframes lines that are terminated by either b'\n' or b"\r\n".
See read_frame.
Errors
Returns an error when data does not contain b'\n' or b"\r\n".
Deframes lines that are terminated by either b'\n' or b"\r\n".
See read_frame.
Returns an error when data does not contain b'\n' or b"\r\n".