Skip to content
Commit debcfa9b authored by наб's avatar наб Committed by Holger Levsen
Browse files

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.
parent f0734161
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment