]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: Improve error message
authorThierry Fournier <thierry.fournier@ozon.io>
Mon, 21 May 2018 17:42:47 +0000 (19:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 May 2018 16:57:46 +0000 (18:57 +0200)
commitd5b073cf1fd455ee2613782fe1336690736f80e6
tree085242b71dd903dece5a3bb3666213814604aa10
parentcbe6da5eb0e1c24b4757fea8ddbf6183fc9dcf43
MINOR: lua: Improve error message

The function hlua_ctx_resume return less text message and more error
code. These error code allow the caller to return appropriate
message to the user.
include/types/hlua.h
src/hlua.c