commit | 0fd8f0e23609f1ac466199d75cf9308649aa0f2c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 03 11:24:24 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:35 2022 +0200 |
tree | fb50519d5328b05b8b4858ec230e4d5cb5dac630 | |
parent | 6177cfc3b5c40c48da7ddf175ca245db48db160d [diff] |
CLEANUP: proxy/cli: take the "show errors" context definition out of the appctx This makes use of the generic command context allocation so that the appctx doesn't have to declare a specific one anymore. The context is created during parsing. The code still has room for improvement, such as in the "flags" field where bits are hard-coded, but they weren't modified.