commit | 704ba1d63e5461dd2bf7d69f91a8a07a46566088 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Mar 24 17:57:47 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 26 15:28:33 2021 +0100 |
tree | 910d65eaa5536e6be7a69c7675fbd4cca60c0931 | |
parent | 239fdbf548df872039671b1f32f4e96a083f43ee [diff] |
MINOR: lua: properly allocate the lua Socket servers Instantiate both lua Socket servers tcp/ssl using standard function new_server. There is currently no need to tune their settings except to activate the ssl mode with noverify for the second one. Both servers are freed with the free_server function.