Skip to content

Disable compression for openHttpArchive

Georges-Etienne Legendre requested to merge (removed):fix-issue-264 into master

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