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

4.1.5: Adds support for send(byte[],int,int) to server responses #9575

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

barchetta
Copy link
Member

Backport #9569 to Helidon 4.1.5

Description

Suport for sending a portion of a byte array in a response. This helps avoid additional buffer copies. Works with HTTP/1.1 and HTTP2/. New tests. Issue #9570.

Documentation

None

…#9569)

Adds support for send(byte[], int, int) to ServerResponse.

Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
@barchetta barchetta added enhancement New feature or request performance backport Issues that are merged into a single branch, but missing in either master or previous release 4.x Version 4.x labels Dec 6, 2024
@barchetta barchetta added this to the 4.1.5 milestone Dec 6, 2024
@barchetta barchetta requested a review from spericas December 6, 2024 17:41
@barchetta barchetta self-assigned this Dec 6, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 6, 2024
@barchetta barchetta mentioned this pull request Dec 6, 2024
17 tasks
@barchetta barchetta merged commit cd09c40 into helidon-io:helidon-4.1.x Dec 6, 2024
44 checks passed
@barchetta barchetta deleted the 4.1.5-9569-backport branch December 6, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x backport Issues that are merged into a single branch, but missing in either master or previous release enhancement New feature or request OCA Verified All contributors have signed the Oracle Contributor Agreement. performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants