From 22c25bea54dcad23c76d26bb0bfb8d56eeedeef2 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Fri, 7 Feb 2020 11:30:26 +0100 Subject: [3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object." This reverts commit cce47ff65a4dd3786c049ec14ee889e128ca7de9. Backport of 549445519ce90cc5c1e3f981853cc0c67725f3ed from master --- docs/ref/request-response.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 45d4bab418..6afb180389 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -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) -- cgit v1.3