pub fn read_bytes_before_newline( reader: &mut impl Read, capacity: usize, ) -> Result<Vec<u8>, Error>
Reading all bytes before the CRLF, LF.