]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http-client: Update the http-client applet to use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Jul 2025 14:01:07 +0000 (16:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:42 +0000 (12:13 +0200)
commit6a2b354dea44d4d00fbe75d88f4f783b6fdd1398
tree1773287fe500227f00d2f2f2af2f9ea76ef983ca
parentd05ff904bf13ee3ee5c954a25c10fc752381352f
MEDIUM: http-client: Update the http-client applet to use its own buffers

Thanks to this patch, the http-client applet is now using its own buffers.
.rcv_buf and .snd_buf callback functions are now defined to use the default
HTX functions. Parts 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/http_client.c