]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Handle stream's timeouts in a dedicated function
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Feb 2023 15:08:31 +0000 (16:08 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Feb 2023 16:45:45 +0000 (17:45 +0100)
commit85e568f594fa87f2494b40e749ab8aa5a7fe54a3
tree6fcd2bd8f01929af69b4c6f69d7ca2c4bd77b758
parent3bbd2baab3bbbc2234b8e252f5e0cd311e490395
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.
src/stream.c