mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object."
This reverts commitcce47ff65a
. Backport of549445519c
from master
This commit is contained in:
parent
7540b7eb31
commit
22c25bea54
3 changed files with 1 additions and 79 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue