commit | 7faac7cf347656e8ff74296cda45c3a1542c88b2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 04 10:05:27 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:06 2023 +0200 |
tree | cc790f127ef1f2b63270e685b86dc08a1a992adc | |
parent | 87633c3a11237929f6314a56bce80e489fa85aaa [diff] |
MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly At many places, we simplify the tests on SHUT flags to remove calls to chn_prod() or chn_cons() function because the corresponding SC is available.