From: Lukas Tribus Date: Thu, 1 Feb 2018 22:58:59 +0000 (+0100) Subject: DOC: don't suggest using http-server-close X-Git-Tag: v1.9-dev1~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd698f4e6410177284ce70926f5c1137a176e6a;p=thirdparty%2Fhaproxy.git DOC: don't suggest using http-server-close Remove the old suggestion to use http-server-close mode, from the beginnings of keep-alive mode in commit 16bfb021 "MINOR: config: add option http-keep-alive"). We made http-keep-alive default in commit 70dffdaa "MAJOR: http: switch to keep-alive mode by default". --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 3665fe0f71..55956db271 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5769,9 +5769,6 @@ no option http-keep-alive available to try optimize server selection so that if the server currently attached to an idle connection is usable, it will be used. - In general it is preferred to use "option http-server-close" with application - servers, and some static servers might benefit from "option http-keep-alive". - At the moment, logs will not indicate whether requests came from the same session or not. The accept date reported in the logs corresponds to the end of the previous request, and the request time corresponds to the time spent