]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: Set context's appctx when the lua socket is created
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Sep 2023 15:17:48 +0000 (17:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Oct 2023 13:33:57 +0000 (15:33 +0200)
commited9333827a6bf3c20e010485da12724992d2de51
treeaa0368f4882adb74144c24b4907f3ee4c1d16254
parentb62d5689d2a1cc774414a28c42e939af146a78d4
MINOR: hlua: Set context's appctx when the lua socket is created

The lua socket's context referenced the owning appctx. It was set when the
appctx was initialized. It is now performed when the appctx is created. It
is a small change but this will be required to fix several issues with the
lua sockets.
src/hlua.c