]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: add two functions to inject data into buffers
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Sep 2017 13:47:51 +0000 (15:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Oct 2017 13:01:08 +0000 (15:01 +0200)
commite5676e71034a26e338552702e7100b99806b1538
tree85f89c78ef92f4f69314834f690c0eff09a4644a
parent6634b63c7807dcda56e2abd86f6360f4043b9818
MINOR: buffer: add two functions to inject data into buffers

bi_istput() injects the ist string into the input region of the buffer,
it will be used to feed small data chunks into the conn_stream. bo_istput()
does the same into the output region of the buffer, it will be used to send
data via the transport layer and assumes there's no input data.
include/common/buffer.h