commit | 369d5aa208bab943150dbc8951fee4537d190075 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 27 16:49:18 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | 5c6a9d97909f19c6dc208d5344c94f836f22e0a9 | |
parent | e4ebe261b14bca06fc13c89e725e1552b2efc8cc [diff] |
CLEANUP: stream: remove unneeded test on appctx during initialization Now that the data consumption from the endpoint is the default setting, we can generalize the pre-clearing of the wont_consume flag, which is no more specific to applets. In practice it's not needed anymore to do it, but since streams might be initiatied from asynchronous applets, these might have blocked their consumption side before creating the stream thus it's safer to preserve the clearing of the flag.