]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: Eventually handle stream timeouts when exiting process_stream()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Feb 2023 15:21:00 +0000 (16:21 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Feb 2023 16:45:45 +0000 (17:45 +0100)
commite758b5c703d9d18cf3cec83aec9d6cb36bead157
treeb1284862d62dc2948c50fba03ad1d19e12d1b5e6
parent85e568f594fa87f2494b40e749ab8aa5a7fe54a3
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.
src/stream.c