]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Add full Lua traceback to HTTP callback errors
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 2 Oct 2025 13:28:32 +0000 (14:28 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 2 Oct 2025 13:28:32 +0000 (14:28 +0100)
commit73f2d4cd178a065310e7d6c8a98141594cc85d27
tree62a74e0836c0e1e339b0c6d196400d637991346c
parent1a14c828c27c8296ddf099e39977fb68805d01b0
[Fix] Add full Lua traceback to HTTP callback errors

Improved error diagnostics in lua_http_finish_handler by adding
rspamd_lua_traceback handler. Now shows complete call stack with
file names and line numbers when Lua HTTP callbacks fail, making
debugging much easier.
src/lua/lua_http.c