pub fn read_until_white_space(bytes: &mut Bytes) -> String
Read until whitespace and return the extracted string
This is the original implementation from ceres