commit | 0deb85acd1ef242f145629c60a5fdc32aabb255e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 08 15:33:18 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 11 17:08:05 2016 +0100 |
tree | ae9396be1ae7a3b505fabcf784ff07e8d237e9e3 | |
parent | 89fa6918c493d0df69a8c2764e08282f91aa8e82 [diff] |
MEDIUM: stats: expose the same flags for CLI and HTTP accesses The HTML dump over HTTP request may have several flags including ST_SHLGNDS (to show legends), ST_SHNODE (to show node name), ST_SHDESC (to show some descriptions). There's no such thing over the CLI so we need to have an equivalent. Let's compute the flags earlier so that we can make use of these flags regardless of the call point.