CLEANUUP: checks: don't set conn->handle.fd to -1
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 05:48:56 +0000 (07:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 05:53:19 +0000 (07:53 +0200)
commit3cad39452004d74c2364ee19074105c2c02a9bfb
tree54e3247492475a12caba28a1587680ab7b806e0e
parent46392fdd083ee36f5ee5a82e138080a25e3340f1
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.
src/checks.c