commit | f4629a5346ea341026e908792a6b31e98022faa1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 05 07:41:20 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 05 07:46:33 2020 +0100 |
tree | 6b66ccfc9867d9112ca85d2ba8bc2f5b206631ab | |
parent | 2825b4b0ca6000a6ce004a43b8160f14d9f3a8d2 [diff] |
BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore When building with DEBUG_STRICT, there are still some BUG_ON(events&event_type) in the subscribe() code which are not welcome anymore since we explicitly permit to wake the caller up on readiness. This causes some regtests to fail since 2c1f37d353 ("OPTIM: mux-h1: subscribe rather than waking up at a few other places") when built with this option. No backport is needed, this is 2.2-dev.