hyperium / hyper

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

feat(h2/client): add `max_pending_accept_reset_streams` option #3617

Closed dswij closed 2 months ago

dswij commented 2 months ago

This PR exposes max_pending_accept_reset_streams option for client.

Necessary to support https://github.com/hyperium/tonic/pull/1670