From 4450e0607d3fd83517b0139bfde77f3e33105b86 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 7 Jun 2017 16:56:06 -0700 Subject: [PATCH] HTTP/2 support is currently available in Daphne (#663) --- docs/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.rst b/docs/deploying.rst index 2b2e92a..d347da2 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -148,7 +148,7 @@ features, you'll need to run a native ASGI interface server, as the WSGI specification has no support for running these kinds of requests concurrently. We ship with an interface server that we recommend you use called `Daphne `_; it supports WebSockets, -long-poll HTTP requests, HTTP/2 *(soon)* and performs quite well. +long-poll HTTP requests, HTTP/2 and performs quite well. You can just keep running your Django code as a WSGI app if you like, behind something like uwsgi or gunicorn; this won't let you support WebSockets, though,