Closed
Description
Once quinn-rs/quinn#952, quinn-rs/quinn#929, lands in a new release, we'll be able to remove the need to copy into an intermediate buffer in h3-quinn::RecvStream::poll_data()
by using quinn::RecvStream::read_chunk()
.
Also, we'll maybe want to read multiple chunks at once into a slice of Bytes
with quinn::RecvStream::read_chunks(&mut self, bufs: &mut [Bytes])
.
Metadata
Metadata
Assignees
Labels
No labels