mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-12 22:41:03 +01:00
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.