commit | aa229ccc4cdd1571c420ead77b96d561bd3904cb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 06 14:26:10 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | 0091154288727245b742c975139fc45f8b182179 | |
parent | e23f33bbfe68273e93bed09150304f4f120605fe [diff] |
MINOR: lua: move the http service context out of appctx.ctx Just like for the TCP service, let's move the context away from appctx.ctx. A new struct hlua_http_ctx was defined, reserved in hlua_applet_http_init() and used everywhere else. Similarly, the task dump code will no more report decoded stack traces in case these services would be involved. That may be solved later.