commit | d71421386232bd97f62096bc0a3f1fafd160917e | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Wed Mar 22 17:35:47 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 21 14:36:45 2023 +0200 |
tree | 49811ae3982dab5cc355122113a075da77fc9cd6 | |
parent | 0ddf052972af0ca19e7c33903e008a3c830c303d [diff] |
MINOR: server/event_hdl: add proxy_uuid to event_hdl_cb_data_server Expose proxy_uuid variable in event_hdl_cb_data_server struct to overcome proxy_name fixed length limitation. proxy_uuid may be used by the handler to perform proxy lookups. This should be preferred over lookups relying proxy_name. (proxy_name is suitable for printing / logging purposes but not for ID lookups since it has a maximum fixed length)