commit | e7405d412484806aab0300bbf5b7bebf33263942 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 11:40:30 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 15:44:23 2023 +0200 |
tree | e5fcb6e8a00822568dc5385181112d8e788fa260 | |
parent | 18b3309f38108bdc0ba8d2bff2c66cb74d08f346 [diff] |
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.