commit | 2107a0faf5e0ca6b86f51366d4550fb8a48f9654 | [log] [tgz] |
---|---|---|
author | William Dauchy <wdauchy@gmail.com> | Fri Jan 22 21:09:48 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 25 15:53:28 2021 +0100 |
tree | 19f75ac4c3efdf8a18a8f8a9f1f05f4ad5b96abb | |
parent | 18a2c6ed4980c8f0b28c9b32170b2d4fe4948d88 [diff] |
CLEANUP: stats: improve field selection for frontend http fields while working on backend/servers I realised I could have written that in a better way and avoid one extra break. This is slightly improving readiness. also while being here, fix function declaration which was not 100% accurate. this patch does not change the behaviour of the code. Signed-off-by: William Dauchy <wdauchy@gmail.com>