commit | e64582929fd1171ebe4c84488a1fcf44a5fb6fbc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 02 14:24:35 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 02 20:12:44 2019 +0100 |
tree | 934c9fe89ac66f04d89a11b8d6c9ff387b389c81 | |
parent | b1d7b700bbbb02134b85ef252282a672ddf27e29 [diff] |
MINOR: channel: Add the function channel_add_input This function must be called when new incoming data are pushed in the channel's buffer. It updates the channel state and take care of the fast forwarding by consuming right amount of data and decrementing "->to_forward" accordingly when necessary. In fact, this patch just moves a part of ci_putblk in a dedicated function. This patch must be backported to 1.9.