commit | 6060074a574686325faf4130c78283c39b50956f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 11 15:32:30 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 11 17:08:05 2016 +0100 |
tree | 1685fc17234ef632b1a187ace044b7a3db37ef6f | |
parent | 508a63fb968be573f5aeda32b31c3122518c919e [diff] |
MINOR: stats: make stats_dump_fields_html() not use &trash by default This function must dump into the buffer it gets in argument, and should not assume it's always trash. This was the last part of the rework, now the CSV and HTML functions are compatible and the output format may easily be extended.