]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: task: report calls as unsigned in show sess
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Apr 2019 06:21:41 +0000 (08:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Apr 2019 14:04:23 +0000 (16:04 +0200)
commit69b5a7f1a3d3276f8d7d43e3916eb9f51d839072
tree6a3d0742b8129d3dd4905b80c5f381a739278d23
parent4904058661025ed794c553a5ef4a40d133f73a3a
CLEANUP: task: report calls as unsigned in show sess

The "show sess" output used signed ints to report the number of calls,
which is confusing for runaway tasks where the call count can turn
negative.
src/stream.c