commit | 85e568f594fa87f2494b40e749ab8aa5a7fe54a3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 27 16:08:31 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 27 17:45:45 2023 +0100 |
tree | 6fcd2bd8f01929af69b4c6f69d7ca2c4bd77b758 | |
parent | 3bbd2baab3bbbc2234b8e252f5e0cd311e490395 [diff] |
MINOR: stream: Handle stream's timeouts in a dedicated function This will be mandatory to be able to handle stream's timeouts before exiting process_stream(). So, to not duplicate code, all this stuff is moved in a dedicated function.