commit | d1914aaa0369e5440326c81cf0a0123a7067662d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 24 16:52:46 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 14:13:00 2020 +0100 |
tree | ad9207e86e38103b9c69dcc4446d9620965a99e4 | |
parent | 9d1332bbf4d24f5df49623dcd95f9406c56f89b3 [diff] |
MINOR: lua: Stop using the lua txn in hlua_http_rep_hdr() In this function, the lua txn was only used to retrieve the stream. But it can be retieve from the HTTP message, using its channel pointer. So, the lua txn can be removed from the function argument list. This patch is mandatory to allow the support of the filters written in lua.