commit | 795441073cc115838bef0817059b7c4e0878a3bf | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Thu Nov 24 14:27:15 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:58:16 2023 +0200 |
tree | b4233adcfe4848007dc58f9d285057acc97f3b74 | |
parent | 0ebd41ff50d2d8b67b9fd725230e4ae8b6d0bcda [diff] |
MINOR: hlua: properly handle hlua_process_task HLUA_E_ETMOUT In hlua_process_task: when HLUA_E_ETMOUT was returned by hlua_ctx_resume(), meaning that the lua task reached tune.lua.task-timeout (default: none), we logged "Lua task: unknown error." before stopping the task. Now we properly handle HLUA_E_ETMOUT to report a meaningful error message.