CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Apr 2021 09:50:26 +0000 (11:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 May 2021 07:21:00 +0000 (09:21 +0200)
commit14ee9b8c8babf172edec442db162d1031bd64ce9
tree864fc72403bd5b10b06ea49b185832d732085b60
parent02c92c3e6fd9daf2bb7b69c2fa83e03dbb8b800a
CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags

These flags are used to block, respectively, the output and the input
processing. Thus, to be more explicit, H1C_F_WAIT_INPUT is renamed to
H1C_F_TX_BLK and H1C_F_WAIT_OUTPUT is renamed to H1C_F_RX_BLK.
src/mux_h1.c