From 0363fd302b8c48d86b7acb97e53c41cb58f6dd10 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 10 Dec 2019 13:11:17 +0100 Subject: [PATCH] DOC: proxies: HAProxy only supports 3 connection modes The 4th one (forceclose) has been deprecated and deleted from the documentation in 10c6c16cde0b0b473a1ab16e958a7d6b61ed36fc Signed-off-by: Julien Pivotto (cherry picked from commit 21ad31531601299eb52a56b50f90f491f46e4a88) Signed-off-by: Willy Tarreau --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index ac4e8e5..8e11990 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2372,7 +2372,7 @@ arbitrary criteria. In HTTP mode, the processing applied to requests and responses flowing over a connection depends in the combination of the frontend's HTTP options and -the backend's. HAProxy supports 4 connection modes : +the backend's. HAProxy supports 3 connection modes : - KAL : keep alive ("option http-keep-alive") which is the default mode : all requests and responses are processed, and connections remain open but idle -- 1.7.10.4