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

HTTP/2 100-continue triggered by flush for unconsumed entity #7648

Closed
danielkec opened this issue Sep 21, 2023 · 0 comments · Fixed by #7649
Closed

HTTP/2 100-continue triggered by flush for unconsumed entity #7648

danielkec opened this issue Sep 21, 2023 · 0 comments · Fixed by #7649
Assignees
Labels
4.x Version 4.x bug Something isn't working
Milestone

Comments

@danielkec
Copy link
Contributor

danielkec commented Sep 21, 2023

Blocks #7371

image

router.route(Http2Route.route(POST, "/100-continue-not", (req, res) -> res.status(418).send()));
@danielkec danielkec self-assigned this Sep 21, 2023
@danielkec danielkec added the bug Something isn't working label Sep 21, 2023
@danielkec danielkec added this to the 4.0.0-RC1 milestone Sep 21, 2023
@danielkec danielkec added the 4.x Version 4.x label Sep 21, 2023
@danielkec danielkec linked a pull request Sep 22, 2023 that will close this issue
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant