From 9aa54703f4950818aed538dbee9578e868375cc9 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Sat, 4 Apr 2026 03:15:44 +0200 Subject: [PATCH] Update ASGI compatibility grid to 438/444 (98%) --- docs/content/asgi.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/asgi.md b/docs/content/asgi.md index a1f627d4..c5229bbe 100644 --- a/docs/content/asgi.md +++ b/docs/content/asgi.md @@ -321,14 +321,14 @@ The ASGI worker has been tested for compatibility with major ASGI frameworks. | Framework | HTTP Scope | HTTP Messages | WebSocket | Lifespan | Streaming | Total | |-----------|---------|---------|---------|---------|---------|-------| -| Django + Channels | 19/19 | 18/19 | 13/19 | 7/8 | 9/9 | 66/74 | +| Django + Channels | 19/19 | 18/19 | 19/19 | 8/8 | 9/9 | 73/74 | | FastAPI | 19/19 | 18/19 | 19/19 | 8/8 | 9/9 | 73/74 | | Starlette | 19/19 | 18/19 | 19/19 | 8/8 | 9/9 | 73/74 | -| Quart | 18/19 | 17/19 | 11/19 | 8/8 | 9/9 | 63/74 | -| Litestar | 18/19 | 11/19 | 17/19 | 8/8 | 9/9 | 63/74 | -| BlackSheep | 19/19 | 18/19 | 19/19 | 8/8 | 1/9 | 65/74 | +| Quart | 19/19 | 18/19 | 19/19 | 8/8 | 9/9 | 73/74 | +| Litestar | 19/19 | 18/19 | 19/19 | 8/8 | 9/9 | 73/74 | +| BlackSheep | 19/19 | 18/19 | 19/19 | 8/8 | 9/9 | 73/74 | -**Overall:** 403/444 tests passed (90%) +**Overall:** 438/444 tests passed (98%) !!! note The compatibility test suite is located in `tests/docker/asgi_framework_compat/`.