commit | 94d837e13856226640669a6a6f31f4bbfbdd416d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 03 11:43:17 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 03 14:01:26 2019 +0200 |
tree | 79ea4419adfafea96179d7e5bf8a5515cbd9cd07 | |
parent | 4e963016c582bcf3253ed0a828d551b5c6346954 [diff] |
BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent The previous commit e6cdfe574 ("BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max()") is buggy. The buffer's reserve must be respected. This patch must be backported to 2.0 and 1.9. (cherry picked from commit 11921e6819a07219e8ed6adbdd276bdbdcdb324d) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>