macro_rules! read_to_end { ($expr:expr) => { ... }; }
like ready! but early-returns the Poll<Result> early in all situations other than Ready(Ok(0))