diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-10-21 22:44:02 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-10-21 22:44:02 +0200 |
| commit | 104ca49c57e3e48fe518985e2eee60ce6969d7ab (patch) | |
| tree | 6359267767999f300d6d667cfdfc65c5f689426a /docs/ref/request-response.txt | |
| parent | 5e629a015e96a5564a0b0a273e1374b9651ce8e9 (diff) | |
Removed inaccurate statement from the StreamingHttpResponse docs.
Iterators will be closed for both regular and streaming responses;
this shouldn't be described as a difference.
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 89d0fe847c..a4b8e9aa66 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -833,9 +833,6 @@ with the following notable differences: * You cannot use the file-like object ``tell()`` or ``write()`` methods. Doing so will raise an exception. -* Any iterators that have a ``close()`` method and are assigned as content will - be closed automatically after the response has been iterated. - :class:`StreamingHttpResponse` should only be used in situations where it is absolutely required that the whole content isn't iterated before transferring the data to the client. Because the content can't be accessed, many |
