]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: cfgcond: make KQUEUE check for GTUNE_USE_KQUEUE not GTUNE_USE_EPOLL
authorWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 13:27:51 +0000 (15:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 14:04:19 +0000 (16:04 +0200)
commit128c654aac423940c54f1aa7aaeaa5e8692c975f
treed3994e78acaa935afd842776f25e06b6566264d1
parent5830cf3ccf17a9fd7caa634d028309661779a4e6
BUG/MINOR: cfgcond: make KQUEUE check for GTUNE_USE_KQUEUE not GTUNE_USE_EPOLL

In cfg_eval_cond_enabled(), the "KQUEUE" option incorrectly checks
GTUNE_USE_EPOLL instead of GTUNE_USE_KQUEUE. This is a copy-paste bug
from the preceding EPOLL case. It can be backported though it's harmless.
src/cfgcond.c