commit | 8c42b8a147fa2967a8dced8bb487a76de9d5ce89 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 04 19:27:34 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:58 2020 +0200 |
tree | 7993d2fbe341c1a0100f5a865513d1c3cc35e613 | |
parent | dcc048a14a361260fe588ee24650370065feb73a [diff] |
REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h Initially it looked like this could have been placed into auth.h or stats.h but it's not the case as it's what makes the link between them and the HTTP layer. However the file needed to be split in two. Quite a number of call places were dropped because these were mostly leftovers from the early days where the stats and cli were packed together.