While trying to verify signatures for libressl tarballs, I discovered an issue where Chrome is removing the gzip encoding but storing the file with the .gz suffix (causing the sig verify to fail). Safari stores it uncompressed, but removes the .gz suffix. I think this might be a configuration issue on the webserver, which may be flagging the download with a gzip transfer-encoding when it shouldn't.
-Sam
