[appengine-java] Re: about gzip issue

2009-09-21 Thread Jason (Google)
Can you reply with the request and response headers for a response that should have been gzipped by App Engine but wasn't? If the Accept Encoding header reports that the client can accept compressed responses, then App Engine should gzip the response automatically: http://code.google.com/appengine/

[appengine-java] Re: about gzip issue

2009-09-19 Thread Philippe Marschall
On Sep 19, 7:54 am, "congli...@gmail.com" wrote: > Hi, >    I found that the google app engine can't gzip my web response even > if Accept-Encoding has been set by client. >    Is there anything we need to do for this gzip protocol ? It's supposed to happen magically: http://code.google.com/ap