pub fn read_content(input: &mut impl Read) -> Result<Vec<u8>>
Reads packets until the next flush and concatenates them.
As read_packet.
read_packet