commit | b4017d0f779ac73738e2b75fd19539466435c43d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 12 23:11:26 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 12 23:12:35 2015 +0100 |
tree | baa00b4d43c8b930c713b4893a29d7b01b9df51c | |
parent | 1398aa19d8d8035aef662749b55780a5cd4490b4 [diff] |
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.