haproxy/addons
Willy Tarreau 0698c80a58 CLEANUP: applet: remove the unneeded appctx->owner
This one is the pointer to the conn_stream which is always in the
endpoint that is always present in the appctx, thus it's not needed.
This patch removes it and replaces it with appctx_cs() instead. A
few occurences that were using __cs_strm(appctx->owner) were moved
directly to appctx_strm() which does the equivalent.
2022-05-13 14:28:48 +02:00
..
51degrees
deviceatlas MEDIUM: da: update module to handle schedule mode. 2022-01-28 07:29:01 +01:00
ot CLEANUP: cli: move the status print context into its own context 2022-05-06 18:33:22 +02:00
promex CLEANUP: applet: remove the unneeded appctx->owner 2022-05-13 14:28:48 +02:00
wurfl