[Web-SIG] Emulating req.write() in WSGI

P.J. Eby pje at telecommunity.com
Tue Jun 29 00:41:54 CEST 2010


At 03:43 PM 6/28/2010 -0600, Aaron Fransen wrote:
>Using mod_wsgi on Apache doesn't seem to exhibit that behavior.

You may need "WSGIOutputBuffering Off" in your config; see:

http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIOutputBuffering

Another possibility is that you've got some middleware or something 
else buffering between your app and mod_wsgi, I suppose.



More information about the Web-SIG mailing list