On Mon, Dec 14, 2009 at 1:04 AM, HKHAIRANE <[email protected]> wrote: > Hey everybody, > > i want to know how to disable response compression in the server, i > am requesting GAE with xmlrpc and the matter that standards xml cant > read header when it's compressed, something like that!!!! > any ideas > thanks for your response
The server will not send it compressed unless the headers that you give the server explicitly state that you can accept compressed data, remove that and it will send it as text. -- 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.
