From 78b89411786207302ef60a9e8a433718ee782415 Mon Sep 17 00:00:00 2001 From: Roy Zheng Date: Wed, 26 Jun 2019 17:29:05 -0700 Subject: [PATCH] Update HTTP.rst to reflect http11-socket backport --- HTTP.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTP.rst b/HTTP.rst index d20b3802..1796e5b2 100644 --- a/HTTP.rst +++ b/HTTP.rst @@ -94,7 +94,7 @@ If your backends set the correct HTTP headers, you can use the Also remember to set "Connection: Keep-Alive" in your response. You can automate that using the ``add-header = Connection: Keep-Alive`` option. -Since uWSGI 2.1 (master branch) you can use the ``http11-socket`` option. +Since uWSGI 2.0.16 you can use the ``http11-socket`` option. ``http11-socket`` may replace the ``add-header`` and ``http-keepalive`` options (but it doesn't touch tcp stuff as ``so-keepalive`` does). Once set the server will try to maintain the connection opened if a bunch of