]> git.kaiwu.me - haproxy.git/commit
MINOR: stats: always merge the uri_auth flags into the appctx flags
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Oct 2019 08:50:01 +0000 (10:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Oct 2019 09:30:07 +0000 (11:30 +0200)
commit676c29e3ae3505dc3f3817af4ac39a1ba7ecc918
tree3431f9f668f003b7089f9075b8c5529b6f29d7f0
parent708c41602b8e07a67a0490b464ae93169ee0054e
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.
src/http_ana.c
src/stats.c