]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: Use the applet API to send message
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 09:00:50 +0000 (11:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 13:41:30 +0000 (15:41 +0200)
commit7a48b72d390e8b5643beeeb3a1b019be7fc7fc18
tree515d166ed6d8a4077cb7f5754aa08725e9da2cd7
parentf4258bdf3b21f24a328bf0ae1407080faff2f109
MINOR: peers: Use the applet API to send message

The peers applet now use the applet API to send message instead of the
channel API. This way, it does not need to take care to request more room if
it fails to put data into the channel's buffer.
src/peers.c