commit | 30bd4efb1b1f98925350b6a8cc43855959df7e1f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 11 11:09:29 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 11 11:09:29 2020 +0100 |
tree | b5154052e8be58df3f7578705709ac4c5f455dfc | |
parent | 7d7b11cf9317acab65ea3a3ae7f24eed1c0fb02a [diff] |
MINOR: checks: use cs_drain_and_close() instead of draining the connection As explained in previous commit, the situation is absurd as we try to cleanly drain pending data before impolitely shutting down, and it could be counter productive on real muxes. Let's use cs_drain_and_close() instead.