commit | cd341d53146f8bc399b865dce1ec1426c76842fb | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Thu Sep 29 12:00:04 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 30 15:21:20 2022 +0200 |
tree | 004f28f25bf78728a15511b033880137df3af3da | |
parent | 28f0a60a75262510464c19b4ec1d64cc7cb526c0 [diff] |
MINOR: hlua: ambiguous lua_pushvalue with 0 index In function hlua_applet_http_send_response(), a pushvalue is performed with index '0'. But according to lua doc (https://www.lua.org/manual/5.3/manual.html#4.3): "Note that 0 is never an acceptable index". Adding a FIXME comment near to the pushvalue operation so that this can get some chance to be reviewed later. No backport needed.