mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 10:03:00 +02:00
MINOR: server: add a list of safe, already reused idle connections
These ones are considered safe as they have already been reused. They will be useful in "aggressive" and "always" http-reuse modes in order to place the first request of a connection with the least risk.
This commit is contained in:
@@ -168,6 +168,7 @@ struct server {
|
||||
struct list actconns; /* active connections */
|
||||
struct list priv_conns; /* private idle connections attached to stream interfaces */
|
||||
struct list idle_conns; /* sharable idle connections attached or not to a stream interface */
|
||||
struct list safe_conns; /* safe idle connections attached to stream interfaces, shared */
|
||||
struct task *warmup; /* the task dedicated to the warmup when slowstart is set */
|
||||
|
||||
struct conn_src conn_src; /* connection source settings */
|
||||
|
||||
Reference in New Issue
Block a user