racket / racket-pkg-website

A frontend for the Racket Package Catalog.
Other
9 stars 15 forks source link

https://pkgs.racket-lang.org/pkgs-all.json.gz is not a gzip #68

Closed sorawee closed 2 years ago

sorawee commented 4 years ago

https://pkgs.racket-lang.org/pkgs-all.json.gz is supposed to be a gzip of a json file. However, it is right now the json file itself. This causes the default package-index-url configuration to fail with gnu-unzip: bad header.

sorawee commented 2 years ago

This works as intended. It is a gzip, but served with Content-Encoding: gzip, so it usually got automatically extracted by clients. Can be suppressed by adjusting Accept-Encoding.