]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: add new function applet_append_line()
authorWilly Tarreau <w@1wt.eu>
Tue, 27 Feb 2024 14:50:55 +0000 (15:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2024 17:34:19 +0000 (17:34 +0000)
commit6ae41dc510a5bb8d2c94f093b255a4b8e46763d5
treeb0ab6f88e82812d17d5cb7f98a2453aebd840e1c
parentc038ca8e8cfd4e1793f3dc1cbe0bd4bdf0fcb645
MINOR: applet: add new function applet_append_line()

This function takes a buffer on input, and offset and a length, and
consumes the block from that buffer to send it to the appctx's output
buffer. This will be used to simplify the ring reader code.
include/haproxy/applet.h
src/applet.c