]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Add function to drain data from an HTX message
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Feb 2019 09:23:19 +0000 (10:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Feb 2019 13:04:23 +0000 (14:04 +0100)
commit549822f0a174483ecb681325595201bf81ce7f0a
tree8ce7f14e3a981b612c031d517a3c8a2e02b11916
parent729b5b308cc8c595e66573e9789ffb09e425c711
MINOR: htx: Add function to drain data from an HTX message

The function htx_drain() can now be used to drain data from an HTX message.

It will be used by other commits to fix bugs, so it must be backported to 1.9.
include/common/htx.h
src/htx.c