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-388761430
 
 
   True, I had forgotten about that. I guess a non-gzip request for the HTML 
may have lead to background pre-fetches for the CSS without gzip too.
   
   I just changed that line in my local to the following and the issue is still 
reproducible so it should rule out that scenario.
   
   ```
   good_css_url=$(curl --compressed -s http://localhost/ | grep -Eo 
'[^"]+,Mcc\.[^"]+\.pagespeed\.[^"]+')
   ```

----------------------------------------------------------------
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