commit | dc42acddb662014a4bce640b098951ad5dec332c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 05 18:09:20 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 22 09:54:16 2017 +0200 |
tree | 3b92e501cf557eea51b7db508b56394a3c998d01 | |
parent | 6a0a80adaf8649bda5caa6315cd1fd03a646beae [diff] |
MINOR: connection: add conn_stop_tracking() to disable tracking This will be used before conn_full_close() instead of using conn_force_close(), resulting in a clearer exit path in various situations.