]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: applet: Improve again spinning loops detection with the new API
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Oct 2025 09:22:22 +0000 (11:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Oct 2025 07:26:10 +0000 (09:26 +0200)
commit854888497ea312c0cde518ab5040478531052f18
tree89f271f00fa2a58da945f9dca132f47c1e9dfa00
parent7ba4b0ad5f5c43bcd8a5f7a3a4bc0f130704adb6
BUG/MEDIUM: applet: Improve again spinning loops detection with the new API

A first attempt to fix this issue was already pushed (54b7539d6 "BUG/MEDIUM:
apppet: Improve spinning loop detection with the new API"). But it not was
fully accurrate. Indeed, we must check if something was received or sent by
the applet before incrementing the call rate. But we must also take care the
applet is allowed to receive or send data. That is what is performed in this
patch.

This patch must be backported as far as 3.0 with the patch above.
src/applet.c