]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats: report the cookie value in the server & backend CSV dumps
authorWilly Tarreau <w@1wt.eu>
Fri, 8 Jan 2016 14:43:54 +0000 (15:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Mar 2016 16:08:05 +0000 (17:08 +0100)
commite4847c640508f836259aaf417c81ca7fa4d2fe69
tree56394f9c15fd779d4bdaf59edc845601bf6db099
parent3a4ec3a04b63ff7930a16bd594c37bbdfadc1011
MEDIUM: stats: report the cookie value in the server & backend CSV dumps

The server's cookie value is now reported in the "cookie" column and
used as-is from the HTML dump. It was the last reference to the sv
pointer from this place.

The same was done for the backend's dump.
doc/management.txt
src/dumpstats.c