commit | 902ba7e2bc25c1426d34bf3ec2441d751db9df95 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 24 08:49:24 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 2ce36545b85a114941752f9a9c089fba5ff8bc2c | |
parent | 6001c9217cac5f065261cf818b835f772fcc39e7 [diff] |
CLEANUP: stconn: use a single function to know if SC may send to SE sc_is_send_allowed() is now used everywhere instead of the combination of cs_tx_endp_ready() && !cs_tx_blocked(). There's no place where we need them individually thus it's simpler. The test was placed in cs_util as we'll complete it later.