jstangroome commented on issue #1556: Combined css returns truncated, 
mis-encoded body on cache hit
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1556#issuecomment-387753373
 
 
   I've just realised that the failed response is not being truncated by 
pagespeed. My tests with `curl` were reading the `Content-Length` response 
header and truncating. If I pass `--ignore-content-length` to curl then the bug 
is simpler: pagespeed sends the cached object un-gzipped even though the 
`Accept-Encoding: gzip` request header is present, the `Content-Encoding: gzip` 
response header is returned and the pagespeed file cache object is stored in 
gzipped form.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to