Changes between Version 1 and Version 2 of Ticket #7581, comment 39


Ignore:
Timestamp:
Oct 20, 2012, 5:22:40 AM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7581, comment 39

    v1 v2  
    11'''Design decisions'''
    22
    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.
    44- 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.
    55- I'm going to deal with closing iterators; it's required to avoid leaking file descriptors in the static serve view.
Back to Top