]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: Missing stat_field_names (since f21d17bb)
authorAdis Nezirovic <anezirovic@haproxy.com>
Fri, 13 Sep 2019 09:43:03 +0000 (11:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Sep 2019 10:40:50 +0000 (12:40 +0200)
commita46b142e8807ea640e041d3a29e3fd427844d559
tree2bca3fafaa88fad22f0202aa02742c634472469a
parent1dbc4676c657072dfbf89a0b7ce9699367f28b33
BUG/MINOR: Missing stat_field_names (since f21d17bb)

Recently Lua code which uses Proxy class (get_stats method) stopped
working ("table index is nil from [C] method 'get_stats'")
It probably affects other codepaths too.

This should be backported do 2.0 and 1.9.
src/stats.c