]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: queue idle connections at the server
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Aug 2015 17:00:17 +0000 (19:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Aug 2015 09:06:25 +0000 (11:06 +0200)
commit323a2d925c85a26d539809424ee11556b80db936
tree24e9b0ddebe84686d6802a56a3659f86a9ec6eed
parentd75d40e9a8ef55a533742282854965b41f17ad3d
MEDIUM: stream-int: queue idle connections at the server

Now we get a per-server list of all idle connections. That way we'll
be able to reclaim them upon shortage later.
include/proto/stream_interface.h
src/backend.c
src/proto_http.c
src/stream_interface.c