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

zstd: Allow partial reads #169

Merged
merged 1 commit into from
Oct 10, 2019
Merged

zstd: Allow partial reads #169

merged 1 commit into from
Oct 10, 2019

Conversation

klauspost
Copy link
Owner

When using the io.Reader interface don't block for more data when we have something.

Fixes #168

When using the io.Reader interface don't block for more data when we have something.

Fixes #168
@klauspost klauspost changed the title Allow partial reads zstd: Allow partial reads Oct 10, 2019
@klauspost klauspost merged commit a8223df into master Oct 10, 2019
@klauspost klauspost deleted the allow-partial-reads branch October 10, 2019 09:04
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.

zstd: read blocking when unable to fill buffer
1 participant