[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object."

This reverts commit cce47ff65a.

Backport of 549445519c from master
This commit is contained in:
Florian Apolloner 2020-02-07 11:30:26 +01:00 committed by Mariusz Felisiak
parent 7540b7eb31
commit 22c25bea54
3 changed files with 1 additions and 79 deletions

View file

@ -867,8 +867,7 @@ Methods
.. method:: HttpResponse.close()
This method is called at the end of the request directly by the WSGI
server, or when the WSGI server closes the file-like object, if
`wsgi.file_wrapper`_ is used for the request.
server.
.. method:: HttpResponse.write(content)