On 7月28日, 午前9:44, Donovan <[email protected]> wrote: > Is there a way to disable gzip compression for certain mimetypes? If > not, is there documentation for what mimetypes the front end servers > will gzip? Perhaps they could try serving their SWF files with a > general mimetype like application/octet-stream if that's not gzip'd by > the front end servers - the effect on the browsers and flash's > interpretation would have to be tested, but I imagine they'd be > tolerant. Both the python and java configuration have ways to specify > the mimetype served for specific static urls / file extensions.
Thanks Donovan, I changed mime-type to application/octet-stream, application/x-gzip, appication/zip, and even image/gif, (in app.yaml) but the swf file is still compressed. -- 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.
