hyperium / h2

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

feat: expose current max {recv,send} stream count #784

Closed dswij closed 3 weeks ago

dswij commented 3 weeks ago

Addresses https://github.com/hyperium/hyper/issues/3623

This PR exposes the max count of recv and send streams for h2.