commit | d0f5bbcd6499fcc59e693b696e055afbcb307970 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 14 11:10:26 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:41:45 2018 +0100 |
tree | 20089d56de3cb2a9b94328446b5d87161356b783 | |
parent | a44e576f62d68d937fefff4004b8d5631ede4f15 [diff] |
MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM This flag is not enough to describe all blocking situations, as can be seen in each case we remove it. The muxes has taught us that using multiple blocking flags in parallel will be much easier, so let's start to do this now. This patch only renames this flags in order to make next changes more readable.