The FAQ "Streaming Content to the Browser" (http://docs.pythonweb.org/ display/pylonsfaq/Streaming+Content+to+the+Browser) says:
"First, turn off debug mode in your ini file [...] When debug mode is on, streaming can't occur because the exception middleware needs to have the entire response finished first." Is there a way to disable debug (buffering) for just that controller that shall stream data? I don't want to lose all the debugging help only because one controller is streaming. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
