]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: add a list of safe, already reused idle connections
authorWilly Tarreau <w@1wt.eu>
Wed, 5 Aug 2015 14:35:23 +0000 (16:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Aug 2015 14:29:01 +0000 (16:29 +0200)
commit7017cb040c398461c186dfd10d9a8a9e85a0fb2d
tree9d21811193358ed97ce9a5706292b1f4fb059a88
parent161d45ffc72b2f6574094c26c220367fd83fc851
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.
include/types/server.h
src/hlua.c
src/server.c