]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: implement ci_insert() function
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 8 Aug 2024 15:05:45 +0000 (17:05 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 8 Aug 2024 15:29:37 +0000 (17:29 +0200)
commitb2a8e8731da82b8bbd9dfff6d5a0d71f25a5ee49
treeabf6a97357f726963134d2631a9fbe803fb61c36
parent46181e730a8dde66f45eb1d2cdd87b9f6c136f08
MINOR: channel: implement ci_insert() function

ci_insert() is a function which allows to insert a string <str> of size
<len> at <pos> of the input buffer. This is the equivalent of
ci_insert_line2() but without inserting '\r\n'
include/haproxy/channel.h
src/channel.c