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

Issue 5425: Added configurable validate-path and max-concurrent-streams to HTTP 2. #5981

Merged
merged 2 commits into from
Feb 2, 2023

Conversation

Tomas-Kraus
Copy link
Member

Also MAX_CONCURRENT_STREAMS now limits count of existing opened streams. Any try to open stream above limit will cause Http2ErrorCode.REFUSED_STREAM type exception to be thrown.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Jan 27, 2023
@Tomas-Kraus Tomas-Kraus changed the base branch from helidon-3.x to main January 27, 2023 12:41
@oracle-contributor-agreement oracle-contributor-agreement bot added OCA Verified All contributors have signed the Oracle Contributor Agreement. and removed OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. labels Jan 27, 2023
@Tomas-Kraus Tomas-Kraus force-pushed the issue-5425 branch 2 times, most recently from a30886c to 1294ff0 Compare February 1, 2023 13:34
@Tomas-Kraus Tomas-Kraus self-assigned this Feb 1, 2023
Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
@tomas-langer tomas-langer merged commit 44a795a into helidon-io:main Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants