Willy Tarreau 902ba7e2bc 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.
2022-05-27 19:33:34 +02:00
..
2021-05-08 12:29:51 +02:00
2021-11-08 12:08:26 +01:00
2022-04-22 15:45:47 +02:00
2022-05-18 15:30:13 +02:00