The source project of this merge request has been removed.
Disable compression for openHttpArchive
Fix for issue #264 (closed). When the client request has Accept-Encoding: gzip header, NetApp StorageGrid doesn't return Content-Length and use chunked encoding, which breaks openHttpArchive that depends on Content-Length to initialize zip.NewReader.