index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
asgi
Age
Commit message (
Expand
)
Author
2026-04-07
Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body size in ...
Natalia
2026-04-07
Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.
Jacob Walls
2026-02-03
Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI requests.
Jake Howard
2026-01-23
Refs #33735 -- Coped with stacklevel change in ASGITest.test_file_response().
Jacob Walls
2025-08-21
Fixed #36399 -- Added support for multiple Cookie headers in HTTP/2 for ASGIR...
SaJH
2025-06-18
Refs #36467 -- Added test for Set-Cookie header values in ASGIHandler.
Sarah Boyce
2025-05-04
Fixed #36281 -- Used async-safe write in ASGIHandler.read_body().
신우진
2025-03-30
Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2024-11-27
Refs #33735 -- Captured stderr during ASGITest.test_file_response.
Jacob Walls
2024-05-28
Refs #35059 -- Used asyncio.Event in ASGITest.test_asyncio_cancel_error to en...
Carlton Gibson
2024-01-31
Fixed #35059 -- Ensured that ASGIHandler always sends the request_finished si...
James Thorniley
2024-01-31
Refs #35059 -- Made asgi tests' SignalHandler helper class re-usable by other...
Natalia
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-09-11
Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.
Sam Toyer
2023-04-03
Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.
th3nn3ss
2023-03-21
Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator.
Carlton Gibson
2023-03-20
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-08-04
Refs #33173, Refs #33755 -- Fixed ResourceWarning from unclosed files in ASGI...
Carlton Gibson
2022-06-09
Fixed #33755 -- Moved ASGI body-file cleanup into request class.
Jonas Lundberg
2022-05-31
Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.
Jonas Lundberg
2022-04-14
Removed stale Windows asyncio test skips.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-01
Fixed #32889 -- Allowed per-request sync_to_async context in ASGIHandler .
Allan Feldman
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2020-11-05
Fixed #31550 -- Adjusted ASGI test_file_response for various Windows content ...
Christopher Keith
2020-06-08
Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().
Joshua Massover
2020-05-06
Fixed #31515 -- Made ASGIHandler dispatch lifecycle signals with thread sensi...
Carlton Gibson
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-03-05
Refs #31224 -- Added autoconversion of test async methods.
Andrew Godwin
2019-11-06
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-10-24
Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.
Carlton Gibson
2019-06-20
Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.
Mariusz Felisiak
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin