commit | 75a8f8e290b1eb469aab369f59859f27161460fb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 25 18:12:11 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | 2eff03d89a1cdc16d60529fc903e4f0c471d3fbe | |
parent | 9f07b697ee8a2c9e20a64dce0a38182bd4827f52 [diff] |
CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume() These ones are essentially for the stream endpoint, let's give them a name that matches the intent. Equivalent versions were provided in the applet namespace to ease code legibility.