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

Adjust max streams when remote settings change #652

Merged
merged 5 commits into from
Mar 16, 2023

Commits on Jan 26, 2023

  1. Adjust max streams when remote settings change

    If the remote server sends a settings update for
    `max_concurrent_streams`, check and potentially update the max number
    of streams we will use for a connection.
    dunkmann00 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8d70914 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    851c303 View commit details
    Browse the repository at this point in the history
  2. Add test for remote max streams update

    Improve testing for remote max streams update
    
    This new test checks whether a change in the max streams setting is
    properly handled. The max streams value is changed twice throughout the
    mock stream. The first update increases the value while the second
    update decreases it.
    dunkmann00 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    bf604e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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