]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: channel/htx: Add functions for forward HTX data
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Dec 2018 10:56:15 +0000 (11:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Dec 2018 16:29:30 +0000 (17:29 +0100)
commitb2aedea142bba94927c978802134c2289b3098c0
tree34e4f1b3f0290f49334acade850ded2e7abb563e
parent27ba2dc6d6ec92f68ef745bd30e6a00f59802da8
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.
include/proto/channel.h
src/proto_htx.c
src/stream.c