summaryrefslogtreecommitdiff
path: root/tests/decorators/test_gzip.py
AgeCommit message (Expand)Author
2026-03-09Fixed #36293 -- Avoided buffering streaming responses in GZipMiddleware.farhan
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2023-09-13Refs #31949 -- Made make_middleware_decorator to work with async functions.Ben Lomax
2023-09-13Added more tests for decorators.Ben Lomax