On Feb 19, 2007, at 7:29 PM, askel wrote:

> I never get any response from above action. Moreover, even when I drop
> connection to server that generator function keeps running. It seems
> that Pylons never sends anything back to client until it gets full
> content, which in that scenario would never happen. I tried to run
> that application with both Paste#http and flup#fastcgi and result are
> the same - nothing is being sent to client.
>
> I saw few posts on similar subject but none of them had a solution.

Are you running in debug mode? If the debug is active (the default  
development.ini does this), then all output is swallowed before being  
streamed out. This is to allow the exception formatter to hook in  
properly. When turning debug off, you will get proper streaming.

HTH,
Ben

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to