hyperium / h2

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

fix: reduce the default value of `initial_max_send_streams` to 100 #732

Closed magurotuna closed 5 months ago

magurotuna commented 5 months ago

Closes #731

This implements what's proposed in #731. Refer to #731 for the rationale behind this change.

magurotuna commented 5 months ago

Closing in favor of #736, https://github.com/hyperium/hyper/pull/3524, and https://github.com/hyperium/hyper-util/pull/87 as we discussed in #731