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

Adds support for send(byte[],int,int) to server responses #9569

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

spericas
Copy link
Member

@spericas spericas commented Dec 5, 2024

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

Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas added enhancement New feature or request performance 4.x Version 4.x labels Dec 5, 2024
@spericas spericas added this to the 4.1.5 milestone Dec 5, 2024
@spericas spericas self-assigned this Dec 5, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 5, 2024
@spericas spericas marked this pull request as draft December 5, 2024 19:08
@barchetta barchetta mentioned this pull request Dec 5, 2024
17 tasks
@spericas spericas marked this pull request as ready for review December 5, 2024 19:50
@spericas spericas requested a review from tomas-langer December 5, 2024 19:50
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas merged commit 5f48279 into helidon-io:main Dec 6, 2024
46 checks passed
barchetta pushed a commit to barchetta/helidon that referenced this pull request Dec 6, 2024
…#9569)

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

Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
barchetta added a commit that referenced this pull request Dec 6, 2024
)

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

Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Co-authored-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
arjav-desai pushed a commit to arjav-desai/helidon that referenced this pull request Dec 11, 2024
…#9569)

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

Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x enhancement New feature or request OCA Verified All contributors have signed the Oracle Contributor Agreement. performance
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants