commit | dab5ab551d80c5635c8580ba3838fd928f463f7b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 23 11:06:10 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 28 07:42:33 2019 +0200 |
tree | c3359310f42d957ac146c20ea5bcc6385330bf75 | |
parent | 8fa60e4613623558411b2f932a38c16d2d712093 [diff] |
MINOR: channel/htx: Add functions to forward a part or all HTX payload The functions channel_htx_fwd_payload() and channel_htx_fwd_all() should now be used to forward, respectively, a part of the HTX payload or all of it. These functions forward data and update the first block position.