Changes between Version 1 and Version 7 of Ticket #30565
- Timestamp:
- Jun 15, 2019, 2:32:39 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30565
- Property Cc added
- Property Summary Close StreamingHttpResponse content immediately after iterating it → HttpResponseBase.close not called when using FileResponse / WSGI "file wrapper" object
-
Ticket #30565 – Description
v1 v7 1 See [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 1 3 This 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. 2 4