summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorSam Toyer <sam@qxcv.net>2023-07-29 01:43:15 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-11 19:53:21 +0200
commit64cea1e48f285ea2162c669208d95188b32bbc82 (patch)
tree490e610188dabdd2fe9b2c9e7d36d51f11002468 /docs/topics
parenta7c73b944f51d6c92ec876fd7e0a171e7c01657d (diff)
Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/async.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/async.txt b/docs/topics/async.txt
index b16ffe0f78..1faf787380 100644
--- a/docs/topics/async.txt
+++ b/docs/topics/async.txt
@@ -197,6 +197,9 @@ cleanup::
# Handle disconnect
raise
+You can also :ref:`handle client disconnects in streaming responses
+<request-response-streaming-disconnect>`.
+
.. _async-safety:
Async safety