commit | ea27f48c5aa5273a1c67ef533e3a52b84705e41e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 18 16:10:52 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | faa8da821c0ded0ce46104a26891ea4332da8d26 | |
parent | 40a9c32e3a4f2f9a85df9e335dbac8b3e12f80fa [diff] |
CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* These functions return the app-layer associated with an stconn, which is a check, a stream or a stream's task. They're used a lot to access channels, flags and for waking up tasks. Let's just name them appropriately for the stream connector.