Skip to content

Support concatenated GZIP streams #353

@cmackenzie1

Description

@cmackenzie1

Feature Request

Motivation

GZIP files have a property where multiple GZIP files concatenated together are still considered a valid GZIP file. Currently, the GZIP decompression does not use the async-compression multiple_members, which allows for streams of multiple gzip files, one after another.

Proposal

Allow configuring the multiple_members attribute for the decoders so users can enable it.

Alternatives

  • Expose a new Multi*Decoders that allow for reading streams of files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions