commit | 7a48b72d390e8b5643beeeb3a1b019be7fc7fc18 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 11:00:50 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 15:41:30 2023 +0200 |
tree | 515d166ed6d8a4077cb7f5754aa08725e9da2cd7 | |
parent | f4258bdf3b21f24a328bf0ae1407080faff2f109 [diff] |
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.