commit | 13db4bdbc6e60bb54f7583ca76e7d71c97cca96a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Aug 29 11:32:26 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Aug 29 11:38:02 2022 +0200 |
tree | ab240e056b11c0f8017d1a11733f31be384b6ff2 | |
parent | 42a0662910816172469085cf739c1ff65871fdde [diff] |
BUG/MEDIUM: peers: Add connect and server timeut to peers proxy Only the client timeout was set. Nothing prevent a peer applet to stall during a connect or waiting a message from a remote peer. To avoid any issue, it is important to also set connection and server timeouts. The connect timeout is set to 1s and the server timeout is set to 5s. This patch must be backported to all supported versions.