quinn-rs / quinn

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

Improve reliability of Close delivery during handshakes #1767

Closed Ralith closed 4 months ago

Ralith commented 4 months ago

Fixes #1766. Includes an optional but desirable tweak to ensure the errors we newly emit in lower packet spaces are detailed, since implementations will generally only consider the first close they see.