commit | e758b5c703d9d18cf3cec83aec9d6cb36bead157 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 27 16:21:00 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 27 17:45:45 2023 +0100 |
tree | b1284862d62dc2948c50fba03ad1d19e12d1b5e6 | |
parent | 85e568f594fa87f2494b40e749ab8aa5a7fe54a3 [diff] |
MEDIUM: stream: Eventually handle stream timeouts when exiting process_stream() When we exit from process_stream(), if the task is expired, we try to handle the stream timeouts and we resync the stream-connectors. This avoids a useless immediate wakeup. It is not really an issue, but it is a small improvement in edge cases.