One of my response content was build by several synchronous method,
how can I flush my response to client browser as soon as some part of
the response content is ready?
Most Http response object(both java and .net) has a method flush() to
do so . But django's HttpResponse's flush method does nothing :
def flush(self):
pass
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---