]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: spoe: Always retry when an applet fails to send a frame
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Apr 2024 06:58:55 +0000 (08:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Apr 2024 07:17:03 +0000 (09:17 +0200)
commit4fd656e311d7817e03e0f9ddca4c6635ccd4476f
tree06dbd689ac0611b5238642270ab88d6fd5985674
parent40aa87a28f6e5f26a9021908689b69016230c596
BUG/MEDIUM: spoe: Always retry when an applet fails to send a frame

This bug is related to the previous one ("BUG/MEDIUM: spoe: Always retry
when an applet fails to send a frame"). applet_putblk() function retruns -1
on error and it should always be interpreted as a missing of room in the
buffer. However, on the spoe, this was processed as an I/O error.

This patch must be backported as far as 2.8.
src/flt_spoe.c