]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: Set .rcv_buf and .snd_buf functions on default ones if not set
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Jul 2025 06:51:40 +0000 (08:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Aug 2025 09:11:05 +0000 (11:11 +0200)
commitb4a92e7cb18cf6a41354af5316dc0d60b76051ce
treeafe8d243615beed4fdbf6f6e41d324e8e348c463
parent71c01c1010ecfbc7a386db3d1b48a7be4bd44d15
MEDIUM: applet: Set .rcv_buf and .snd_buf functions on default ones if not set

Based on the applet flags, it is possible to set .rcv_buf and .snd_buf
callback functions if necessary. If these functions are not defined for an
applet using the new API, it means the default functions must be used.

We also take care to choose the raw version or the htx version, depending on
the applet flags.
src/applet.c