quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.87k stars 396 forks source link

Fix header space check #2027

Closed Ralith closed 3 weeks ago

Ralith commented 3 weeks ago

Fixes the failure identified in #2020.

Ralith commented 3 weeks ago

Added another fix for a separate issue identified in a similar test.