]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: proxies: HAProxy only supports 3 connection modes
authorJulien Pivotto <roidelapluie@inuits.eu>
Tue, 10 Dec 2019 12:11:17 +0000 (13:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Dec 2019 09:17:23 +0000 (10:17 +0100)
The 4th one (forceclose) has been deprecated and deleted from the
documentation in 10c6c16cde0b0b473a1ab16e958a7d6b61ed36fc

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
doc/configuration.txt

index 862fa72d4711b005bb04df927af9d6e57d735c7d..cd6edc7d5f4071f531647dda57777b2a2b054b59 100644 (file)
@@ -2412,7 +2412,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