Comment 6 for bug 2069921

Revision history for this message
Simon Déziel (sdeziel) wrote :

@pinnion, I'm still seeing differing ETags between those 2:

$ wget -qSO /dev/null https://staging.dashboard.villadeus.com/js/select2.full.min.js.gz 2>&1 | grep ETag
  ETag: "667af11b-520f"
$ wget --compress gzip -qSO /dev/null https://staging.dashboard.villadeus.com/js/select2.full.min.js 2>&1 | grep ETag
  ETag: "667af11b-124fd"

Also, re `touch *`, I'm not entirely sure on how you are doing the "ahead of time compression" but I get good result from `gzip --best --keep --force --no-name` which cause the `.gz` files to be created with a newer timestamp naturally.