mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 06:41:32 +02:00
MINOR: doc: http-reuse connection pool fix
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.
This commit is contained in:
parent
eea8fc737b
commit
e8adfeb84b
@ -5206,9 +5206,7 @@ http-reuse { never | safe | aggressive | always }
|
|||||||
- connections with certain bogus authentication schemes (relying on the
|
- connections with certain bogus authentication schemes (relying on the
|
||||||
connection) like NTLM are detected, marked private and are never shared;
|
connection) like NTLM are detected, marked private and are never shared;
|
||||||
|
|
||||||
No connection pool is involved, once a session dies, the last idle connection
|
A connection pool is involved and configurable with "pool-max-conn".
|
||||||
it was attached to is deleted at the same time. This ensures that connections
|
|
||||||
may not last after all sessions are closed.
|
|
||||||
|
|
||||||
Note: connection reuse improves the accuracy of the "server maxconn" setting,
|
Note: connection reuse improves the accuracy of the "server maxconn" setting,
|
||||||
because almost no new connection will be established while idle connections
|
because almost no new connection will be established while idle connections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user