commit | c1b8d778054bbc0cf21f65bf387a58b73cc693af | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 11 14:14:56 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 13 14:28:48 2022 +0200 |
tree | 8ce8fd75a4b038ade7aa6fb3070c8cf481499789 | |
parent | 1c3ead45a4fa6661860566c035c6655496da78c2 [diff] |
MINOR: applet: add appctx_strm() and appctx_cs() to access common fields It's very common to have to access a stream or a conn_stream from the appctx, let's add trivial accessors for that.