commit | 1eb3b4828e1559cb4a46f2d528b898cf6eb9898f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 31 15:50:28 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 31 15:52:14 2019 +0100 |
tree | 259358c8b7a162bf136466f6ebd8d648ad9087ae | |
parent | cab2295ae71150d6722505945463b3f1d4627e6e [diff] |
BUG/MINOR: stats: properly check the path and not the whole URI Since we now have full URIs with h2, stats may fail to work over H2 so we must carefully only check the path there if the stats URI was passed with a path only. This way it remains possible to intercept proxy requests to report stats on explicit domains but it continues to work as expected on origin requests. No backport needed.