summaryrefslogtreecommitdiff
path: root/tests/asgi/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss2023-04-031-0/+8
* Fixed #33755 -- Moved ASGI body-file cleanup into request class.Jonas Lundberg2022-06-091-1/+4
* Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.Jonas Lundberg2022-05-311-0/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+8
* Fixed #32889 -- Allowed per-request sync_to_async context in ASGIHandler .Allan Feldman2021-07-011-0/+15
* Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.Mariusz Felisiak2019-06-201-3/+12
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-201-0/+15