Skip to content

Gunzip block gzip files#3730

Open
pityka wants to merge 1 commit into
typelevel:mainfrom
pityka:gunzip-multi-member
Open

Gunzip block gzip files#3730
pityka wants to merge 1 commit into
typelevel:mainfrom
pityka:gunzip-multi-member

Conversation

@pityka

@pityka pityka commented Jun 4, 2026

Copy link
Copy Markdown

Multiple gzip blocks concatenated form a valid gzip stream and in current main that trips the fs2 decompressor. The submitted change peeks whether there is are further blocks in the stream and decompresses those as well.

Fixes #3503

Multiple gzip blocks concatenated form a valid gzip stream
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.

fs2 gunzip doesn't support concatenated gzip files

1 participant