]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: add a few BUG_ON() statements to detect inconsistencies
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2020 13:32:21 +0000 (15:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 16:29:04 +0000 (18:29 +0200)
commit95a346073935e8639b41bff8a1f30fc85a1a6598
treeac7d0ec47ab400b85a53b7fad5a1b2de510a2459
parente122dc5316bc065b7ea345b6dfc769f8d8e86f3c
MINOR: listener: add a few BUG_ON() statements to detect inconsistencies

We must not have an fd==-1 when switching to certain states. This will
later disappear but for now it helps detecting inconsistencies.
src/listener.c