commit | 66435e5f6360adf5775e9d4852a9f1a2af56fe92 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 10 11:32:31 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 13 14:28:46 2022 +0200 |
tree | 46da38f5541ac3fdd3e696d87fc9f0c258ed8615 | |
parent | 15b0721ca5577cf675b8f122276986e84eaf7461 [diff] |
CLEANUP: applet: use the appctx's endp instead of cs->endp The few applets that set CS_EP_EOI or CS_EP_ERROR used to set it on the endpoint retrieved from the conn_stream while it's already available on the appctx itself. Better use the appctx one to limit the unneeded interactions between the two sides.