Re: self.response().flush() on 1.1b1 with WSGI
Christoph Zwerschke <[email protected]> Sun, 16 May 2010 14:58:44 +0200
| Newsgroups | gmane.comp.python.webware |
|---|---|
| Message-ID | <[email protected]> |
Am 15.05.2010 23:56 schrieb Roger Haase: > For the benefit of anyone else who is using flush on a few long > running transactions, mod_deflate can be turned off for a single > servlet by adding a line to the apache conf: > SetEnvIf Request_URI ^/webkit/MyXaction no-gzip=1 Thanks for the feedback. I've addded this and hints about other possbile to the flush() docstring now. -- Christoph ------------------------------------------------------------------------------