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.

(cherry picked from commit a46b142e8807ea640e041d3a29e3fd427844d559)
Signed-off-by: Willy Tarreau <w@1wt.eu>
diff --git a/src/stats.c b/src/stats.c
index 545350d..c7cc426 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -245,6 +245,8 @@
 	[ST_F_REUSE]          = "reuse",
 	[ST_F_CACHE_LOOKUPS]  = "cache_lookups",
 	[ST_F_CACHE_HITS]     = "cache_hits",
+	[ST_F_SRV_ICUR]       = "srv_icur",
+	[ST_F_SRV_ILIM]       = "src_ilim"
 };
 
 /* one line of info */