]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Add function to add an HTX block just before another one
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 22 Nov 2018 10:20:43 +0000 (11:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commit24ed835129e09fc547af2b77fefbee71ef20ab5d
tree11f0d3f7b3ea2e7c1609885f1973d42ae233ca8c
parent9400a3924d24d4c72cb11ca40efe9b045880ddd7
MINOR: htx: Add function to add an HTX block just before another one

The function htx_add_data_before() can be used to add an HTX block before
another one. For instance, it could be used to add some data before the
end-of-message marker.
include/proto/htx.h
src/htx.c