]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sink: add some comments about sft->appctx usage in applet handlers
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 24 Jul 2024 15:42:31 +0000 (17:42 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 24 Jul 2024 15:58:47 +0000 (17:58 +0200)
commitb40d804c7fa62dd204e14466fa2a6142f40ed3e1
tree75218ae461a738c8cc3b237815fbe16b5e0246e8
parent10811fdfd6de54b4e04cac426517bc59568c6e1e
MINOR: sink: add some comments about sft->appctx usage in applet handlers

There seem to be an ambiguity in the code where sft->appctx would differ
from the appctx that was assigned to it upon appctx creation.

In practise, it doesn't seem this could be happening. Adding a few notes
to come back to this later and try to see if we can remove this
ambiguity.
src/sink.c