Skip to content

feat: Use MultiGzDecoder to handle block gzip files #538

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

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

sjackman
Copy link
Contributor

@sjackman sjackman commented Apr 17, 2025

Use MultiGzDecoder rather than GzDecoder to handle block gzip files.
See https://docs.rs/flate2/latest/flate2/read/struct.MultiGzDecoder.html

Needed for PR

Use `MultiGzDecoder` rather than `GzDecoder` to handle block gzip files.
@sjackman sjackman self-assigned this Apr 17, 2025
@sjackman sjackman requested a review from macklin-10x April 17, 2025 00:32
@macklin-10x
Copy link
Collaborator

Seems fine if we think there won't be any unexpected side effects in current code...

@sjackman sjackman merged commit 7edd937 into master Apr 17, 2025
2 checks passed
@sjackman sjackman deleted the sj/MultiGzDecoder branch April 17, 2025 04:53
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.

2 participants