commit | 5adbeeb336d244176b748d4f1ec271584c32131b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 02 14:34:39 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 02 20:12:47 2019 +0100 |
tree | 1efefba7ccb61ae2466eb9b9eea82e496703e586 | |
parent | e64582929fd1171ebe4c84488a1fcf44a5fb6fbc [diff] |
MINOR: stats/htx: Call channel_add_input instead of updating channel state by hand This way we are sure the channel state is always correctly upadated, especially the amount of data directly forwarded. For the stats applet, it is not a bug because the fast forwarding is never used (the response is chunked and the HTX extra field is always set to 0). This patch must be backported to 1.9.