]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUG] missing header names in raw stats output
authorWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2007 15:15:35 +0000 (16:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2007 15:15:35 +0000 (16:15 +0100)
qlimit, pid, iid and sid were missing from the raw stats output

src/dumpstats.c

index b38cd6c2399240fc4b92733e10d136bc3461deca..fd16a6361c90f4648168cc4f957bf026aeeec4fa 100644 (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)