Function quicr::read_to_end[][src]

pub fn read_to_end<T: Read>(stream: T, size_limit: usize) -> ReadToEnd<T>

Uses unordered reads to be more efficient than using AsyncRead would allow