have you tried paste middleware? http://pythonpaste.org/modules/gzipper
On Wed, Oct 29, 2008 at 8:20 AM, Cowmix <[EMAIL PROTECTED]> wrote: > > .. but works under IE 6 fine.. > > weird. > > On Oct 29, 8:19 am, Cowmix <[EMAIL PROTECTED]> wrote: >> I tried it and here is the error I got: >> >> Content Encoding Error >> >> The page you are trying to view cannot be shown because it uses an >> invalid or unsupported form of compression. >> >> I'm using FireFox 3.0.1 under Windows. >> >> On Oct 29, 7:15 am, Michael Gorven <[EMAIL PROTECTED]> wrote: >> >> > On Wednesday 29 October 2008 16:07:11 Cowmix wrote: >> >> > > Does the built in web server in webpy support gzip encoding of the >> > > http transfers? >> >> > No, it doesn't. I have implemented this in my application though, based on >> > this message to this list: >> >> >http://groups.google.com/group/webpy/msg/c49b3bdca169c78a >> >> > I set it up as an output processor so that it handles all pages. >> >> > Michael >> >> > --http://michael.gorven.za.net >> > PGP Key ID 6612FE85 >> > S/MIME Key ID 91E03AF1 >> >> > signature.asc >> > < 1KViewDownload > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
