]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Feb 2023 07:13:33 +0000 (08:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 13:52:15 +0000 (14:52 +0100)
commit5aaacfbccd8cfadbdd75f3d95e28e6b12753e58e
tree5fce89cd6ed1c0ff607954ffdf101318f3faa360
parentd7111e7ace164a2ffac2219d619776dd6b68be87
MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout

Read and write timeouts (.rto and .wto) are now replaced by an unique
timeout, call .ioto. Since the recent refactoring on channel's timeouts,
both use the same value, the client timeout on client side and the server
timeout on the server side. Thus, this part may be simplified. Now it
represents the I/O timeout.
include/haproxy/stconn-t.h
src/cli.c
src/dns.c
src/hlua.c
src/http_ana.c
src/http_client.c
src/sink.c
src/stconn.c
src/stream.c