From 8b0fca1962842a20f64876f2545c2793b02b0462 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 10 May 2022 19:35:11 +0200 Subject: [PATCH] Noted Daphne as original, rather than current, reference server. --- docs/implementations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/implementations.rst b/docs/implementations.rst index ad38c11e..297a303e 100644 --- a/docs/implementations.rst +++ b/docs/implementations.rst @@ -13,7 +13,7 @@ Daphne *Stable* / http://github.com/django/daphne -The current ASGI reference server, written in Twisted and maintained as part +The original ASGI reference server, written in Twisted and maintained as part of the Django Channels project. Supports HTTP/1, HTTP/2, and WebSockets.