On Mon, Oct 16, 2017 at 07:42:11AM +0000, Suraj Bora -X (surbora - HCL AMERICA
INC at Cisco) wrote:
> Hi Willy and Lukas,
>
> Could you please confirm, if we are planning to fix this in near feature.
> If yes, please let us know
Sure it will be worked on but it's very low priority considering that it has
been working like this for a very long time, that it doesn't create any real
trouble and that fixing it might create regressions.
> 1. In which build it will be available?
No estimate for now.
> 2. Are we backporting it to previous builds from which it got removed?
Once fixed, and *if the fix presents low risk* then sure, it will be backported.
If for any reason you absolutely need to add HTTP headers to a stats
response, you can use a workaround consisting in chaining the stats request
to a different proxy and having the first one add the headers. Something
like this :
listen stats_pub
bind :1234
mode http
http-response add-header foo far
server s 127.0.0.1:1235
listen stats_int
bind :1235
mode http
stats uri /
You get the idea.
Hoping this helps,
Willy