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

Fix h2spec 8.1.2.6 test failure #4953

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Fix h2spec 8.1.2.6 test failure #4953

merged 1 commit into from
Jun 9, 2020

Conversation

lorban
Copy link
Contributor

@lorban lorban commented Jun 9, 2020

There is a race condition that can sometimes make HTTP2Stream send a RESET frame with CANCEL code instead of PROTOCOL_ERROR code when the client sends more data than the content-length header specifies.

…mproper reset with cancel error code instead of protocol error code when the client sends more data than the content-length header specifies

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
@sbordet sbordet merged commit 1d16310 into jetty:jetty-9.4.x Jun 9, 2020
@lorban lorban deleted the jetty-9.4.x-4855-h2spec-8-1-2-6-failure branch June 9, 2020 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants