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

Consider supporting send(byte[],int,int) in HTTP responses #9570

Closed
spericas opened this issue Dec 5, 2024 · 0 comments
Closed

Consider supporting send(byte[],int,int) in HTTP responses #9570

spericas opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
4.x Version 4.x enhancement New feature or request webserver
Milestone

Comments

@spericas
Copy link
Member

spericas commented Dec 5, 2024

Problem Description

Current support for send(byte[]) may require copying part of a buffer before sending it. Support for send(byte[],int,int) adds convenience and performance when buffer copies are avoided.

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 webserver
Projects
Archived in project
Development

No branches or pull requests

1 participant