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

Buffered version of Frame#from_io #17

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Buffered version of Frame#from_io #17

merged 1 commit into from
Feb 17, 2024

Conversation

carlhoerberg
Copy link
Member

That doesn't require a block. Only in the case where Body frames are expected might the original version of from_io be more efficent, as the body can be streamed directly to the destination without buffering.

That doesn't require a block. Only in the case where Body frames are
expected might the original version of `from_io` be more efficent, as
the body can be streamed directly to the destination without buffering.
@carlhoerberg carlhoerberg merged commit e7b952e into main Feb 17, 2024
3 checks passed
@carlhoerberg carlhoerberg deleted the buffered_from_io branch February 17, 2024 20:10
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.

1 participant