commit | 8aabc8ebfd4514c3b3290ac2ddf6a2281e01dadb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 27 16:32:30 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 27 17:45:45 2023 +0100 |
tree | 56c31c034e26670bdf0780aea1d1ceba09acd9be | |
parent | e758b5c703d9d18cf3cec83aec9d6cb36bead157 [diff] |
MINOR: stconn: Report a send activity when endpoint is willing to consume data When the endpoint (applet or mux) is now willing to consume data while it said it wouldn't, a send activity is reported. Indeed, the writes was blocked because of the endpoint. It is now ready to consume outgoing data. So an send activity must be reported to reset corresponding timers. Concretly, when the flag SE_FL_WONT_CONSULE is removed, a send activity is reported.