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

Add API for specifying max streams per connection #2817

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

violetagg
Copy link
Member

The connection is marked for closing once the number of all-time streams reaches max streams configuration.

Fixes #2769

The connection is marked for closing once the number of all-time streams reaches max streams configuration.

Fixes #2769
@violetagg violetagg added the type/enhancement A general enhancement label May 31, 2023
@violetagg violetagg added this to the 1.0.33 milestone May 31, 2023
@violetagg violetagg requested a review from a team May 31, 2023 07:40
@violetagg violetagg linked an issue May 31, 2023 that may be closed by this pull request
Copy link
Member

@pderop pderop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good !

@violetagg
Copy link
Member Author

@pderop Thanks for the review!

@violetagg violetagg merged commit 4f9acc0 into 1.0.x May 31, 2023
9 checks passed
@violetagg violetagg deleted the issue-2769 branch May 31, 2023 12:04
violetagg added a commit that referenced this pull request May 31, 2023
violetagg added a commit that referenced this pull request May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit lifetime of HTTP server persistent connections for HTTP2
2 participants