commit | 3cad39452004d74c2364ee19074105c2c02a9bfb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 04 07:48:56 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 04 07:53:19 2017 +0200 |
tree | 54e3247492475a12caba28a1587680ab7b806e0e | |
parent | 46392fdd083ee36f5ee5a82e138080a25e3340f1 [diff] |
CLEANUUP: checks: don't set conn->handle.fd to -1 This used to be needed to know whether there was a check in progress a long time ago (before tcp_checks) but this is not true anymore and even becomes wrong after the check is reused as conn_init() initializes it to DEAD_FD_MAGIC.