commit | b2aedea142bba94927c978802134c2289b3098c0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 05 11:56:15 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 05 17:29:30 2018 +0100 |
tree | 34e4f1b3f0290f49334acade850ded2e7abb563e | |
parent | 27ba2dc6d6ec92f68ef745bd30e6a00f59802da8 [diff] |
MEDIUM: channel/htx: Add functions for forward HTX data To ease the fast forwarding and the infinte forwarding on HTX proxies, 2 functions have been added to let the channel be almost aware of the way data are stored in its buffer. By calling these functions instead of legacy ones, we are sure to forward the right amount of data.