When POSTing gzipped data to app engine
i.e. sending requests with the http header
Content-Encoding, gzip
app engine automatically decompresses the data before passing the
content
to the handler/servlet.

The problem is that once the decompressed data exceeds 1MB in size the
decompression process fails to work.

Some time ago app engine increased the max request size to 10MB. This
bug
was likely caused by a failure to also increase the corresponding
compression size limit.

I have opened an issue for this bug
http://code.google.com/p/googleappengine/issues/detail?id=2044
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to