Jeremy Dunck wrote: >It sounds to me like "Exception Middleware" needs to be renamed to >"View Exception Middleware" and you should write a patch for "Response >Exception Middleware". ;-) > > I don't think it's possible. In the wsgi.py it's just:
return response.iterator .. and the WSGI server does all the iteration itself. So the only "effect" of write error would be cease of calls to the iterator. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---