Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #12104 Empty Connection Header #12127

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

gregw
Copy link
Contributor

@gregw gregw commented Aug 2, 2024

Fix #12104 by better handling of close and keep-alive values in the HttpGenerator, so that we never add an empty field.

Fix #12104 by better handling of `close` and `keep-alive` values in the HttpGenerator, so that we never add an empty field.
@joakime joakime merged commit 22a8685 into jetty-12.0.x Aug 2, 2024
10 checks passed
@joakime joakime deleted the fix/jetty-12.0.x/12104/ConnectionHeader branch August 2, 2024 12:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Error handling on ee9 / ee8 with HTTP/1.0 can result in an empty Connection: response header.
2 participants