]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: Check room needed to unblock opposite SC when data was consumed
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 09:39:03 +0000 (11:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 13:44:23 +0000 (15:44 +0200)
commitc184b11b1ad6efa9eb2fec84245c0babe44027c5
treebf343cd0d2319715551b6f00ec12f0da2c48b4ed
parentfab82bfd55c31744a8792272c2aa6ae04abb76bd
MEDIUM: applet: Check room needed to unblock opposite SC when data was consumed

If the opposite SC is waiting for a minimum free space to receive more data,
it is only unblock is the condition is respected. 0 is a special cases where
the opposite SC is always unblocked.
src/applet.c