Hi, I have a simple Lua http-response action script that leads to segmentation fault in haproxy. The Lua script is a simple call to txn.res:forward(0). A sample haproxy config and the Lua script files are attached. The backend is simply an nginx instance which responds with 204 No Content.
The commit that introduces this problem is:
commit 8a5949f2d74c3a3a6c6da25449992c312b183ef3
BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier as
possible
Any ideas?
Best,
Seyed
foo.lua
Description: Binary data
haproxy.cfg
Description: Binary data

