CLEANUP: checks: do not allocate a connection for process checks
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 13:25:38 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 13:25:38 +0000 (15:25 +0200)
commitb398e643d44565d1a10f772186aa1f92d9c375d1
tree8b66481ad885784f0f51dfa0a550afaaedb8c835
parentd7c3fbd5c304b695a73fc530b0472a276b1b4217
CLEANUP: checks: do not allocate a connection for process checks

Since this connection is not used at all anymore, do not allocate it.
It was verified that check successes and failures (both synchronous
and asynchronous) continue to be properly reported.
src/checks.c