hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.08k stars 1.55k forks source link

fix: avoid panic when calling `graceful_shutdown` if H1 connection was upgraded #3616

Closed DDtKey closed 2 months ago

DDtKey commented 3 months ago

Closes #3615

Added test which fails without these changes