]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 25 Feb 2020 08:37:57 +0000 (09:37 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Mar 2020 13:13:00 +0000 (14:13 +0100)
commitd31c7b322ce3c33d777fd330434869031fb8aacd
treef168f5a86b221dade104110cb9e7a28ec22c4878
parentd1914aaa0369e5440326c81cf0a0123a7067662d
MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr()

In these functions, the lua txn was not used. So it can be removed from the
function argument list.

This patch is mandatory to allow the support of the filters written in lua.
src/hlua.c