]> git.kaiwu.me - haproxy.git/commit
MINOR: checks: use conn_data_shutw_hard() instead of call via xprt
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 22:11:26 +0000 (23:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 22:12:35 +0000 (23:12 +0100)
commitb4017d0f779ac73738e2b75fd19539466435c43d
treebaa00b4d43c8b930c713b4893a29d7b01b9df51c
parent1398aa19d8d8035aef662749b55780a5cd4490b4
MINOR: checks: use conn_data_shutw_hard() instead of call via xprt

Now we only rely on the connection to do the job. This makes the code
cleaner as we don't have any references to the transport shutdown
outside of the connection anymore.
src/checks.c