]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: doc: http-reuse connection pool fix
authorLukas Tribus <lukas@ltri.eu>
Wed, 6 Nov 2019 10:50:25 +0000 (11:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2019 10:52:07 +0000 (11:52 +0100)
Since 1.9 we actually do use a connection pool, configurable with
pool-max-conn.

Update the documentation in this regard.

Must be backported to 1.9.

doc/configuration.txt

index beb2726e7f4ecb7f121bf5a2caa98c4a965248c1..a4841fc4d83ccfe6dc1998aaba6d67d0776902fb 100644 (file)
@@ -5206,9 +5206,7 @@ http-reuse { never | safe | aggressive | always }
     - connections with certain bogus authentication schemes (relying on the
       connection) like NTLM are detected, marked private and are never shared;
 
-  No connection pool is involved, once a session dies, the last idle connection
-  it was attached to is deleted at the same time. This ensures that connections
-  may not last after all sessions are closed.
+  A connection pool is involved and configurable with "pool-max-conn".
 
   Note: connection reuse improves the accuracy of the "server maxconn" setting,
   because almost no new connection will be established while idle connections