jenkins.d.n: AddEncoding gzip .gz, such that the files aren't re-compressed as...
jenkins.d.n: AddEncoding gzip .gz, such that the files aren't re-compressed as gzip, which some clients can't deal with, and it's a waste of time The current approach, under bookworm apache 2.4.57-2, returns: (no accept-encoding) -> content-encoding: gzip + raw gzipped file (accept-encoding: gzip) -> content-encoding: gzip, gzip + gzip(raw gzipped file) This is valid, but on systems with ESET, or under lynx, opening https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/systemd-cron_2.3.0-1.rbuild.log.gz would just return a garbled result: they match content-encoding directly, instead of tokenising it. The scary comment doesn't seem to apply to apache 2.4.57-2.
Loading
Please register or sign in to comment