Changes between Initial Version and Version 1 of Ticket #19519, comment 2


Ignore:
Timestamp:
Dec 29, 2012, 4:03:25 AM (11 years ago)
Author:
Florian Apolloner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19519, comment 2

    initial v1  
    2121A fix might be something along the lines of http://werkzeug.pocoo.org/docs/wsgi/#werkzeug.wsgi.ClosingIterator -- eg returning the response and issuing the request_finished signal after the upstream wsgi gateway exhausted the iterator.
    2222
     23Sidenote: The attached project is a sample project on purpose and not a testcase against Django's testsuite since I didn't check what the TestClient does and how it would affect things.
Back to Top