MINOR: hlua: Save the lua socket's server in its context
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Sep 2023 15:39:44 +0000 (17:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Oct 2023 13:34:06 +0000 (15:34 +0200)
commit6f4041c75d52ddf02a57ad643ae25bc3d835cd0f
tree5e74f813762a9087293029a0e6b7bee130c79eb3
parent0be1ae2fa2d04584027fa09af2e3b54c0a0786b7
MINOR: hlua: Save the lua socket's server in its context

For the same reason than the timeout, the server used by a lua socket is now
saved in its context. This will be mandatory to fix issues with the lua
sockets.
src/hlua.c