[BUG] missing header names in raw stats output

qlimit, pid, iid and sid were missing from the raw stats output
This commit is contained in:
Willy Tarreau 2007-11-26 16:15:35 +01:00
parent 2815664277
commit 1fbe4932fc

View File

@ -188,7 +188,8 @@ int stats_dump_raw(struct session *s, struct uri_auth *uri, int flags)
"ereq,econ,eresp,"
"wretr,wredis,"
"status,weight,act,bck,"
"chkfail,chkdown,lastchg,downtime,"
"chkfail,chkdown,lastchg,downtime,qlimit,"
"pid,iid,sid,"
"\n");
if (buffer_write_chunk(rep, &msg) != 0)