-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Allow HTTP/2 max concurrent stream configuration #8781
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 HTTP/2 max concurrent stream configuration #8781
Conversation
rtribotte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌
|
Adding the |
bfa678d to
2526324
Compare
|
The issue should be fixed, removing the |
d5ea712 to
6f908a6
Compare
|
Summary, explaining why we're delaying on that PR.
TL;DR: we'd like to think about it a bit more, and not rush it for 2.7. |
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
47b06da to
241ac51
Compare
Co-authored-by: mpl <mathieu.lonjaret@gmail.com>
Co-authored-by: mpl <mathieu.lonjaret@gmail.com>
kevinpollet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Hey @tomMoulard, big thanks to you and all your colleagues. |
What does this PR do?
This PR allows configuring the max concurrent stream value of HTTP/2 entrypoint.
Motivation
Fixes #8768
More