commit | 5aaacfbccd8cfadbdd75f3d95e28e6b12753e58e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 15 08:13:33 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 22 14:52:15 2023 +0100 |
tree | 5fce89cd6ed1c0ff607954ffdf101318f3faa360 | |
parent | d7111e7ace164a2ffac2219d619776dd6b68be87 [diff] |
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.