]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: use conn_full_close() instead of conn_force_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 16:12:51 +0000 (18:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:17 +0000 (09:54 +0200)
commit5b78a9dd0467d6c158e444b9e3989396609ee328
tree00cafab108feb6b19621f180462f592d4bf4a6c0
parent402dbc11d57a584a7b69aaababd076a8b462b24b
MINOR: session: use conn_full_close() instead of conn_force_close()

We simply disable tracking before calling it.
src/session.c