]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: use si_release_endpoint() to close idle conns
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2015 15:56:02 +0000 (17:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Sep 2015 09:57:34 +0000 (11:57 +0200)
commitc4b56e4470658d1ad0d2bd59060e85091c97d476
tree7192f811295fb8a4e934dc1bdf0e1846fa032f4e
parent8255a75e089d7a186a0df46ba7dc64ba4f7ef4b7
MINOR: stream-int: use si_release_endpoint() to close idle conns

We don't want to open-code the connection close code in
si_idle_conn_wake_cb() because we need to centralize some controls.
src/stream_interface.c