quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Fix panic on redundant finish calls #1588

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Obsoletes https://github.com/quinn-rs/quinn/pull/1575 which hasn't been updated in a while, plus bonus cosmetic cleanup.

Ralith commented 1 year ago

I lean towards yes, though we'll need to branch/cherrypick. Empirically, people are hitting it.