zipflow icon indicating copy to clipboard operation
zipflow copied to clipboard

gz2zip ?

Open nigoroll opened this issue 2 years ago • 1 comments

In the context of the varnish-cache zipflow module, most objects are readily available either gzip compressed (for anything compressible) or uncompressed (where the source format is already compressed, e.g. JPEG).

Consequently, it would make sense to either add objects uncompressed (by setting the level, see #6) or as "already gzip compressed". On the latter, you published gz2zip example code on stackoverflow.

Would it be possible to add an "add this stream of gzip data as a file" interface to zipflow?

Again, I would volunteer to work on this based on your feedback and advice.

nigoroll avatar Aug 20 '23 15:08 nigoroll

To be able to work for any gzip file, it would need to be able to combine multiple deflate streams from multiple members into a single deflate stream.

madler avatar Mar 30 '24 05:03 madler