summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/request-response.txt')
-rw-r--r--docs/ref/request-response.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 07dc42900d..8e0928654d 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -861,7 +861,8 @@ Methods
.. method:: HttpResponse.close()
This method is called at the end of the request directly by the WSGI
- server.
+ server, or when the WSGI server closes the file-like object, if
+ `wsgi.file_wrapper`_ is used for the request.
.. method:: HttpResponse.write(content)