]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: Check room needed to unblock opposite SC when data was sent
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 09:40:30 +0000 (11:40 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 13:44:23 +0000 (15:44 +0200)
commite7405d412484806aab0300bbf5b7bebf33263942
treee5fcb6e8a00822568dc5385181112d8e788fa260
parent18b3309f38108bdc0ba8d2bff2c66cb74d08f346
MEDIUM: stconn: Check room needed to unblock opposite SC when data was sent

After a sending attempt, we check the opposite SC to see if it is waiting
for a minimum free space to receive more data. If the condition is
respected, it is unblocked. 0 is special case where the SC is
unconditionally unblocked.
src/stconn.c