MINOR: hlua/event_hdl: rely on proxy_uuid instead of proxy_name for lookups
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 22 Mar 2023 16:46:12 +0000 (17:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 21 Apr 2023 12:36:45 +0000 (14:36 +0200)
commit3d9bf4e1a58b64be5c18d269110f8d6923289eae
treeba3fbb84ddbc37a31989530dcdad3e8d171f35e4
parentd71421386232bd97f62096bc0a3f1fafd160917e
MINOR: hlua/event_hdl: rely on proxy_uuid instead of proxy_name for lookups

Since "MINOR: server/event_hdl: add proxy_uuid to event_hdl_cb_data_server"
we may now use proxy_uuid variable to perform proxy lookups when
handling a server event.

It is more reliable since proxy_uuid isn't subject to any size limitation
src/hlua.c