Greetings. I am trying to get gears to cache a page in the LocalServer that comes down gzipped from the server.
it caches nicely but then when I reload to pull from cache it just displays binary characters in the browser window. if I set the web server to not gzip - and not send the Content- Encoding: gzip header - everything works beautifully. I have tried setting the content-encoding in a meta tag since it's not getting the header from the server when it reloads from cache. but it didn't work. is there a way for me to specify this in the manifest or some other workaround?
