commit | bcdcfad3ff58bab002f99c85c2c9d82ab88770a7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 20 08:36:53 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 22 15:59:16 2023 +0100 |
tree | 9d9a76dbe351efd695df11d900ddb16907b5fb89 | |
parent | 15315d6c0aadd41362ee8c4d2d3013c25b37774d [diff] |
MINOR: stconn: Set half-close timeout using proxy settings We now directly use the proxy settings to set the half-close timeout of a stream-connector. The function sc_set_hcto() must be used to do so. This timeout is only set when a shutw is performed. So it is not really a big deal to use a dedicated function to do so.