The incoming half of a QUIC stream.
Total bytes read from this stream so far.
Read up to size_limit bytes into a fresh buffer.
size_limit
Read exactly size bytes, erroring if the stream ends early.
size
Read until end-of-stream, with size_limit as a maximum.
Stop the incoming stream with an error code.