pub fn boxed_stream<S>(s: S) -> Bodywhere S: Stream<Item = Result<Frame<Bytes>, BoxError>> + Send + Sync + 'static,