Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to config h2 max concurrent reset streams. #2535

Merged
merged 3 commits into from May 13, 2021

Commits on May 7, 2021

  1. feat(client): allow to config http2 max concurrent reset streams

    Setting streams to 0 makes h2 work on wasm platforms without a
    `Instant::now` implementation. The default value if derived from
    the default value in the h2 crate.
    boxdot committed May 7, 2021
    Copy the full SHA
    aba1761 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    ff1d0ad View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Copy the full SHA
    38a9ee7 View commit details
    Browse the repository at this point in the history