commit | e4ebe261b14bca06fc13c89e725e1552b2efc8cc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 27 16:43:52 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | e26eb0f25d9b5a58aecc3f0331bae17188cc5836 | |
parent | 3121928f82350d6b1a4674e0982cfdb7dc64b1a1 [diff] |
MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME This flag was the only remaining one that was inverted as a blocking condition, requiring special handling to preset it on sedesc allocation. Let's flip it in its definition and accessors.