]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: servers: Add a way to keep idle connections alive.
authorOlivier Houchard <cognet@ci0.org>
Sun, 2 Dec 2018 13:11:41 +0000 (14:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:16:53 +0000 (18:16 +0100)
commit0c18a6fe34ee447f33b2bc757b119e8e7df4d931
tree325478f01725e3b24b0f15a4ec02541c2088aab2
parent8defe4b51aeb478b7d8138e7e867b2b9e2a6990f
MEDIUM: servers: Add a way to keep idle connections alive.

Add a new keyword for servers, "idle-timeout". If set, unused connections are
kept alive until the timeout happens, and will be picked for reuse if no
other connection is available.
doc/configuration.txt
include/types/connection.h
include/types/server.h
src/backend.c
src/haproxy.c
src/server.c
src/session.c