commit | 32742fdf4548bd1f85b24c324a013f24a8eeb760 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 14 14:07:59 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:41:46 2018 +0100 |
tree | ede0cc9a6eb73ff5dbc8631921e61b560a9401df | |
parent | 05b9b64afbb3c86084977f51f5192c5f7a88ade7 [diff] |
MINOR: stream-int: use si_rx_blocked()/si_tx_blocked() to check readiness This way we don't limit ourselves to random flags only and the code is more readable and safer for the long term.