commit | 5fec7a1f986f4ec600042c76ae8566d59d4ec5bc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 24 08:03:26 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | feee0860fefce6234755b37222ee1f1bbe866695 | |
parent | bb186ee3187ae81a1780350fff1af0ed8eed0f37 [diff] |
CLEANUP: conn_stream: remove unneeded exclusion of RX_WAIT_EP from RXBLK_ANY This test in cs_update_rx() was introduced in 1.9 by commit b26a6f970 ("MEDIUM: stream-int: make use of si_rx_chan_{rdy,blk} to control the stream-int from the channel"), but by then already it was not needed because the RX_WAIT_EP flag has never been part of RXBLK_ANY so there's no point doing "flags & RXBLK_ANY & ~RX_WAIT_EP", that part is already complicated enough like this.