AppEngine does not serve some precompressed files.
33 views
Skip to first unread message
Marko Vuksanovic
unread,
Sep 15, 2011, 2:54:24 AM9/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
I have tried precompressing some files and uploading to AppEngine but some of them were not served gzipped even though client sent Accept-Encoding: gzip header. It's a file 5mb large by default and after it is compressed it s a bit more then 1Mb. The other files which are like 500k are server gzipped... Any reason for such behavior? Is this an AppEngine limit?