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

Fixes #12670 - Improve buffer management of HTTP/1 response headers. #12777

Merged

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Feb 6, 2025

* Backported #12544 (client-side handling of request header overflow).
* Introduced HttpConfiguration.maxResponseHeaderSize
* Implemented server-side handling of response header overflow, similar to the client.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet self-assigned this Feb 6, 2025
@sbordet sbordet requested a review from lorban February 6, 2025 16:11
@sbordet sbordet linked an issue Feb 6, 2025 that may be closed by this pull request
lorban
lorban previously approved these changes Feb 6, 2025
@sbordet sbordet merged commit bce7153 into jetty-12.0.x Feb 7, 2025
10 checks passed
@sbordet sbordet deleted the fix/jetty-12.0.x/12670/response-buffer-overflow branch February 7, 2025 13:42
sbordet added a commit that referenced this pull request Feb 9, 2025
…12777)

* Backported #12544 (client-side handling of request header overflow).
* Introduced HttpConfiguration.maxResponseHeaderSize
* Implemented server-side handling of response header overflow, similar to the client.

Signed-off-by: Simone Bordet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Improve buffer management of HTTP/1 response headers
2 participants