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.
To reproduce:
vs:
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.