commit | bc6b23813fd2b0cf08ee9051f00ed9986ed1036e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 03 10:47:48 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 03 11:16:35 2022 +0200 |
tree | 2e179edb287402425b330f32fa8a6a9bd1b4bb09 | |
parent | 14a60d420a66368a4262e8ecf259781292509659 [diff] |
BUG/MINOR: backend: Don't increment conn_retries counter too early The connection retry counter is incremented too early when a connection fails. In SC_ST_CER state, errors handling must be performed before incrementing the counter. Otherwise, we may consider the max connection attempt is reached while a last one is in fact possible. This patch must be backported to 2.6.