Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HTTP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down