Changes between Version 1 and Version 7 of Ticket #30565


Ignore:
Timestamp:
Jun 15, 2019, 2:32:39 AM (5 years ago)
Author:
Chris Jerdonek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30565

    • Property Cc Johannes Maron added
    • Property Summary Close StreamingHttpResponse content immediately after iterating itHttpResponseBase.close not called when using FileResponse / WSGI "file wrapper" object
  • Ticket #30565 – Description

    v1 v7  
     1See [https://code.djangoproject.com/timeline?from=2019-06-15T02%3A26%3A50-05%3A00&precision=second comment #6] further down for the correct, updated description for this ticket.
     2
    13This ticket is to suggest doing for `StreamingHttpResponse` what #25725 did for `HttpReponse`, namely to close the underlying content iterator after it has been iterated over.
    24
Back to Top