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.
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_membersattribute for the decoders so users can enable it.Alternatives