commit | 239fdbf548df872039671b1f32f4e96a083f43ee | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Mar 24 10:22:03 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 26 15:28:33 2021 +0100 |
tree | 10c9138feffbd53d2a19d991bf9160cbc8597575 | |
parent | 6f26faecd8a55cfab21dd0b94106bc2194cde912 [diff] |
MINOR: lua: properly allocate the lua Socket proxy Replace static initialization of the lua Socket proxy with the standard function alloc_new_proxy. The settings proxy are properly applied thanks to PR_CAP_LUA. The proxy is freed with the free_proxy function.