hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 266 forks source link

fix: do not ignore result of `ensure_recv_open` #687

Closed DDtKey closed 11 months ago

DDtKey commented 1 year ago

It may cause hanging, because result isn't checked Noticed within #600

For example, it's handled here and here with the similar logic