Skip to content

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
@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