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

Max pending accept reset streams #90

Merged

Commits on Feb 27, 2024

  1. Add max_pending_accept_reset_streams

    This function was in 0.14 but missed in 1.0.
    
    The original function was merged [here](https://github.com/hyperium/hyper/pull/3201/files/e8296d1c5bded88a508f1ca1f35791c30803182d)
    This commit simply copies directly from it.
    
    The config part has been merged into hyper 1.0 (hyperium/hyper#3507).
    This commit completes the re-addition of this missing function.
    allan2 authored and ikrivosheev committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cadb5f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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