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

Extend Request to support ByteBuf inputs #1952

Merged
merged 3 commits into from
Apr 15, 2024

Conversation

dgolombek
Copy link
Contributor

This extends RequestBuilderBase+Request+NettyRequestFactory to allow providing a Netty ByteBuf as input in an efficient manner, avoiding having to convert that ByteBuf to a ByteBuffer and then back.

Fixes #1951

David Golombek and others added 3 commits April 2, 2024 23:27
This extends RequestBuilderBase+Request+NettyRequestFactory to allow
providing a Netty ByteBuf as input in an efficient manner, avoiding
having to convert that ByteBuf to a ByteBuffer and then back.

Fixes AsyncHttpClient#1951
@hyperxpro hyperxpro merged commit b251d43 into AsyncHttpClient:main Apr 15, 2024
3 checks passed
@dgolombek dgolombek deleted the byte_buf_body branch April 15, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requests should take ByteBuf as input data in efficient manner
2 participants