mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 05:02:48 +02:00
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.