commit | 8bc1759f609ef4e34d3b303b3c72517b4f4b2f4a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 28 17:27:09 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 28 17:29:11 2022 +0100 |
tree | 751d1eac2a922aa7edce3b4d44aa1460bd1ba55a | |
parent | e07f8b555267b49fe6c6afbf067430f97d5ecbf7 [diff] |
DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks 693b23bb1 ("MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant") introduced a regression in DEBUG_STRICT mode because some BUG_ON conditions were inverted. It should ok now. In addition, ALREADY_CHECKED macro was removed from appctx_wakeup() function because it is useless now.