]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: exclusively use cs_destroy() to release a connection
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Oct 2017 09:10:19 +0000 (11:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:24 +0000 (18:03 +0100)
commitac59f361badb83abf960d1a71c9648a36a6c164e
tree1c5d790b672de9f9e6c93eba0844836aff0a7548
parent3256073976d4f43e12e7ff97d243fdb8eb56165a
MEDIUM: checks: exclusively use cs_destroy() to release a connection

This way we're using the more consistent API everywhere.
src/checks.c