]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: use si_rx_blocked()/si_tx_blocked() to check readiness
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Nov 2018 13:07:59 +0000 (14:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:41:46 +0000 (21:41 +0100)
commit32742fdf4548bd1f85b24c324a013f24a8eeb760
treeede0cc9a6eb73ff5dbc8631921e61b560a9401df
parent05b9b64afbb3c86084977f51f5192c5f7a88ade7
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.
include/proto/stream_interface.h
src/stream_interface.c