My code can get gzip content from google appengine server, but it gets the full size from localhost (appengine dev server). It looks it using jetty as web server. Is it possible to force localhost to use gzip?
Asked
Active
Viewed 452 times
3
-
You mean in Headers ? Accept encoding ? – Jimmy Kane Jan 23 '13 at 15:51
-
I mean server side. Chrome's network tools showing gzip works on remote gae server, but does not works on local gae development server – atu0830 Jan 23 '13 at 15:56
-
1lots of stuff does not work locally. Deploy it and see what happens. – Paul Collingwood Jan 23 '13 at 16:29
-
1This is a long shot 6 years later, but did you ever get this figured out? – Kevin Workman Jan 04 '19 at 03:54