mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.
This commit is contained in:
parent
a7c73b944f
commit
64cea1e48f
5 changed files with 197 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue