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

Make size of header buffer independent of payload size #6475

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

spericas
Copy link
Member

Some old code required a larger buffer, but this is no longer needed. This change should reduce memory allocation in WebServer, especially for large payloads. Found while evaluating issue #6443.

… required a larger buffer, but this is no longer needed. This change should reduce memory allocation in WebServer, especially for large payloads.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas added this to the 4.0.0 milestone Mar 22, 2023
@spericas spericas self-assigned this Mar 22, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 22, 2023
@spericas spericas merged commit 01a2058 into helidon-io:main Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x OCA Verified All contributors have signed the Oracle Contributor Agreement. performance webserver
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants