mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-25 07:41:36 +02:00
MINOR: doc: update http reuse for new eligilible connections
Update the doc to remove entries on http-reuse marking private connection for specific source address or sni.
This commit is contained in:
parent
7ef06c8253
commit
d773a4ee23
@ -6966,16 +6966,13 @@ http-reuse { never | safe | aggressive | always }
|
|||||||
used when it improves the situation over "aggressive".
|
used when it improves the situation over "aggressive".
|
||||||
|
|
||||||
When http connection sharing is enabled, a great care is taken to respect the
|
When http connection sharing is enabled, a great care is taken to respect the
|
||||||
connection properties and compatibility. Specifically :
|
connection properties and compatibility. Indeed, some properties are specific
|
||||||
- connections made with "usesrc" followed by a client-dependent value
|
and it is not possibly to reuse it blindly. Those are the SSL SNI, source
|
||||||
("client", "clientip", "hdr_ip") are marked private and never shared;
|
and destination address and proxy protocol block. A connection is reused only
|
||||||
|
if it shares the same set of properties with the request.
|
||||||
|
|
||||||
- connections sent to a server with a variable value as TLS SNI extension
|
Also note that connections with certain bogus authentication schemes (relying
|
||||||
are marked private and are never shared. This is not the case if the SNI
|
on the connection) like NTLM are marked private and never shared.
|
||||||
is guaranteed to be a constant, as for example using a literal string;
|
|
||||||
|
|
||||||
- connections with certain bogus authentication schemes (relying on the
|
|
||||||
connection) like NTLM are detected, marked private and are never shared;
|
|
||||||
|
|
||||||
A connection pool is involved and configurable with "pool-max-conn".
|
A connection pool is involved and configurable with "pool-max-conn".
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user