]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: don't call conn_cond_update_polling() anymore
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 10:11:06 +0000 (11:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 10:11:06 +0000 (11:11 +0100)
commitf7e4a6fc078a2eaf956340765e1db16ecfb29e1e
tree98133b2b614ccbf98b2335be0a6649be37e41cf1
parent30bd4efb1b1f98925350b6a8cc43855959df7e1f
MINOR: checks: don't call conn_cond_update_polling() anymore

This was a leftover of the pre-mux v1.8-dev3 era. It makes no sense anymore
to try to disable polling on a connection we don't own, it's the mux's job
and it's properly done upon shutdowns and closes.
src/check.c