commit | 1fbe4932fcdd1c7a85c844b5edc0a1aa191a6806 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 26 16:15:35 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 26 16:15:35 2007 +0100 |
tree | d4509fe29ae837df55a0d59f0defe58b60b2935b | |
parent | 28156642773d000dc155f03b3eb59d1787506c14 [diff] |
[BUG] missing header names in raw stats output qlimit, pid, iid and sid were missing from the raw stats output
diff --git a/src/dumpstats.c b/src/dumpstats.c index b38cd6c..fd16a63 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c
@@ -188,7 +188,8 @@ "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)