MINOR: channel/htx: Add function to skips output bytes from an HTX channel
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Feb 2019 09:44:51 +0000 (10:44 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Feb 2019 13:04:23 +0000 (14:04 +0100)
commitc6827d52c1dd5552398749e6ad5e06c8c6265ae3
tree6e8f6e54669ac875f125ab2d018ec3850fa945d9
parent549822f0a174483ecb681325595201bf81ce7f0a
MINOR: channel/htx: Add function to skips output bytes from an HTX channel

It is the HTX version of co_skip(). Internally, It uses the function htx_drain().

It will be used by other commits to fix bugs, so it must be backported to 1.9.
include/proto/channel.h