This
Option controls whether gzipped data should be
decompressed on the fly. By default everything except for
"application/x-tar" is decompressed, i.e. we have:
decompress (/= "application/x-tar")
You can also choose to decompress everything like this:
decompress (const True)