commit | 95a346073935e8639b41bff8a1f30fc85a1a6598 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 08 15:32:21 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 18:29:04 2020 +0200 |
tree | ac7d0ec47ab400b85a53b7fad5a1b2de510a2459 | |
parent | e122dc5316bc065b7ea345b6dfc769f8d8e86f3c [diff] |
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.