commit | 9d1332bbf4d24f5df49623dcd95f9406c56f89b3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 24 16:46:16 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 14:13:00 2020 +0100 |
tree | 23e4f4b36111ad745105c7b22bd53d78e0bb7eef | |
parent | 2ac9ba2a1ced0e0e698df5a80b0f692c7f44cb99 [diff] |
MINOR: lua: Stop using the lua txn in hlua_http_get_headers() In this function, the lua txn was only used to test if the HTTP transaction is defined. But it is always used in a context where it is true. 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.