]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: Handle applets with their own buffers in put functions
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 6 Feb 2024 10:48:02 +0000 (11:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:28:20 +0000 (17:28 +0100)
commit2c6321842bcc718ccc8176766503e0826f935c35
treed43b9497ff2305df7d8dc7e50298fbe8049d9e09
parent1380b972855cae7307041c81518034f1ba1ba9f2
MEDIUM: applet: Handle applets with their own buffers in put functions

applet_putchk() and other similar functions are now testing the applet's
type to use the applet's outbuf instead of the channel's buffer. This will
ease applets convertion because most of them relies on these functions.
include/haproxy/applet.h