]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: dns: Update the dns_session applet to use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 21 Jul 2025 09:39:08 +0000 (11:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:41 +0000 (12:13 +0200)
commit217da087fd5f080853110f020ad2f173a6d0ef3d
treeac88f0a3b238cda4998db60b46cbf08772287a9a
parent765f14e0e34054cd805b9974f531145d3e796967
MEDIUM: dns: Update the dns_session applet to use its own buffers

Thanks to this patch, the dns_session applet is now using its own
buffers. .rcv_buf and .snd_buf callback functions are now defined to use the
default raw functions. Functions to receive and send data have also been
updated to use the applet API and to remove any dependencies on the
stream-connectors and the channels.
src/dns.c