]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua/event_hdl: expose SERVER_CHECK event
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 30 Mar 2023 13:53:33 +0000 (15:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 14:28:32 +0000 (16:28 +0200)
commit0bd53b2152d7affeb82b934ef3505b02b59ebeec
tree5400b15a772c8b1dd1a8c326256053b628d667df
parentdcbc2d2cace242a7324df8b6981c98c4a31a1ee4
MINOR: hlua/event_hdl: expose SERVER_CHECK event

Exposing SERVER_CHECK event through the lua API.

New lua class named ServerEventCheck was added to provide additional
data for SERVER_CHECK event.

Lua documentation was updated accordingly.
doc/lua-api/index.rst
src/hlua.c