This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
etag not set on gzip-encoded resources in 1.3.6 #70
Closed
Description
To reproduce:
curl -D- -H 'Accept-Encoding: gzip' http://localhost:8050/mod_pagespeed_example/styles/yellow.css.pagespeed.ce.lzJ8VcVi1l.css| head -n 15
vs:
curl -D- http://localhost:8050/mod_pagespeed_example/styles/yellow.css.pagespeed.ce.lzJ8VcVi1l.css| head -n 15
Note that the latter has Etag: W/"0"
while the former does not.
This fails in nginx 1.3.6 but not in 1.2.4.
Metadata
Metadata
Assignees
Labels
No labels