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 Response to support returning ByteBufs #1954

Merged
merged 1 commit into from Apr 11, 2024

Conversation

dgolombek
Copy link
Contributor

NettyResponse is already dealing with ByteBufs under the hood, this lets the caller access them cleanly. This allows callers that are already using Netty to use AHC much more efficiently.

Fixes #1953

NettyResponse is already dealing with ByteBufs under the hood, this
lets the caller access them cleanly. This allows callers that are
already using Netty to use AHC much more efficiently.

Fixes AsyncHttpClient#1953
@hyperxpro hyperxpro merged commit e8193ae into AsyncHttpClient:main Apr 11, 2024
3 checks passed
@dgolombek dgolombek deleted the byte_buf_response branch April 11, 2024 12:54
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.

Response and HttpResponseBodyPart should return ByteBuf
2 participants