Changes between Version 1 and Version 2 of Ticket #7581, comment 39
- Timestamp:
- Oct 20, 2012, 5:22:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7581, comment 39
v1 v2 1 1 '''Design decisions''' 2 2 3 - I'm not going to refactor `HttpResponse` right now; there's another ticket about that .3 - I'm not going to refactor `HttpResponse` right now; there's another ticket about that, #18796. 4 4 - I'm going to introduce a subclass of `StreamingHttpResponse` that provides a deprecated content attribute, and use that class in the static serve view, to preserve backwards compatibility. 5 5 - I'm going to deal with closing iterators; it's required to avoid leaking file descriptors in the static serve view.