Skip to content

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.

Merge request reports

Loading