mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 17:32:03 -04:00
[BUG] failed conns were sometimes incremented in the frontend!
(cherry picked from commit 50fd1e1e3b)
This commit is contained in:
parent
8d2b9f24eb
commit
1b1b7a967d
1 changed files with 1 additions and 1 deletions
|
|
@ -2442,7 +2442,7 @@ int process_srv(struct session *t)
|
|||
503, error_message(t, HTTP_ERR_503));
|
||||
if (t->srv)
|
||||
t->srv->failed_conns++;
|
||||
t->fe->failed_conns++;
|
||||
t->be->failed_conns++;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue