mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 22:32:42 +02:00
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.