quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.57k stars 364 forks source link

Introduce RecvStream::received_reset #1873

Closed Ralith closed 1 month ago

Ralith commented 1 month ago

Fixes #1870. I'm pretty sure I handled the state cleanup and flow control implications properly, but close review desired there all the same.

Ralith commented 1 month ago

Forgot to actually queue a MAX_STREAM_ID when needed after calling stream_freed in proto; fixed.