]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] debug: report the correct poller list in verbose mode
authorWilly Tarreau <w@1wt.eu>
Fri, 19 Nov 2010 09:20:36 +0000 (10:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Nov 2010 12:25:10 +0000 (13:25 +0100)
commite79c3b24fb1d27f6ba39f42dfe893b709ff4722c
treec0ec05bb17b5c670ede50606130fc4df4fa20c96
parent1f5848a460a6e462fefb0a60a28a6c60a8705cdd
[BUG] debug: report the correct poller list in verbose mode

When running with -vv or -V -d, the list of usable polling systems
is reported. The final selection did not take into account the
possible failures during the tests, which is misleading and could
make one think that a non-working poller will be used, while it is
not the case. Fix that to really report the correct ones.
(cherry picked from commit 6d0e354e0171f08b7b3868ad2882c3663bd068a7)
src/fd.c