commit | da59c895b90037340cf74834b841f634eec95680 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 27 17:03:34 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | 523ecd0d06f70396c2d157a03fcf78d16ab9c401 | |
parent | 369d5aa208bab943150dbc8951fee4537d190075 [diff] |
CLEANUP: stconn: remove the new unneeded SE_FL_APP_MASK The only two places where it was used was to carefully preserve the SE_FL_WILL_CONSUME flag (since others are irrelevant there and the previous RXBLK* flags moved to the stconn). Now that the flag is cleared by default there's no need to re-created a fresh new one when replacing the descriptor, so we can eliminate that remaining trick.