]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: Use the applet name in error messages for lua services
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Apr 2025 13:59:31 +0000 (15:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Apr 2025 13:59:33 +0000 (15:59 +0200)
commit6f59986e7c01e339aec701321f1d56d6bc831c78
tree86b410d47e25e61c982bc16536b292037c97e485
parente05074f632e017bb424cb05d20246adbc63bccb5
MINOR: hlua: Use the applet name in error messages for lua services

The lua function name was used in error messages of HTTP/TCP lua services
while the applet name can be used. Concretely, this will not change
anything, because when a lua service is regiestered, the lua function name
is used to name the applet. But it is easier, cleaner and more logicial
because it is really the applet name that should be displayed in these error
messages.
src/hlua.c