commit | d1187eb3e1727b6ccf21ec705d4a51b11afba5f5 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Nov 02 10:40:06 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Nov 02 10:40:06 2021 +0100 |
tree | 90dba2b3e29e0a7733ca3cabd8e5133539ca74b1 | |
parent | 7da35bff9fe29bd25e2dab89c68583bdc0ccd94c [diff] |
BUG/MINOR: httpclient/lua: misplaced luaL_buffinit() Some luaL_buffinit() call was done before the push of the variable name, where it seems to work correctly with lua < 5.4.3, it brokes systematically on this version. This patch inverts the pushstring and the buffinit.