mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.
This commit is contained in:
committed by
Mariusz Felisiak
parent
4e4eda6d6c
commit
1d1ddffc27
@@ -192,6 +192,13 @@ Minor features
|
||||
|
||||
* ...
|
||||
|
||||
Asynchronous views
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Under ASGI, ``http.disconnect`` events are now handled. This allows views to
|
||||
perform any necessary cleanup if a client disconnects before the response is
|
||||
generated. See :ref:`async-handling-disconnect` for more details.
|
||||
|
||||
Cache
|
||||
~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user