self.response().flush() on 1.1b1 with WSGI

Roger Haase <crosseyedpenguin-/[email protected]> Fri, 14 May 2010 11:26:43 -0700 (PDT)
Newsgroups gmane.comp.python.webware
Message-ID <[email protected]>
I use a call to self.response().flush() on a couple of long running transactions.  With the WSGI adapter on 1.1.b1 the transaction runs to completion, but nothing is transferred until the transaction completes.

I haven't tested this with other adapters.  Anyone else notice this?

Roger Haase


      

------------------------------------------------------------------------------