commit | 676c29e3ae3505dc3f3817af4ac39a1ba7ecc918 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 09 10:50:01 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 10 11:30:07 2019 +0200 |
tree | 3431f9f668f003b7089f9075b8c5529b6f29d7f0 | |
parent | 708c41602b8e07a67a0490b464ae93169ee0054e [diff] |
MINOR: stats: always merge the uri_auth flags into the appctx flags Now we only use the appctx flags everywhere in the code, and the uri_auth flags are read only by the HTTP analyser which presets the appctx ones. This will allow to simplify access to the flags everywhere.