mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 05:41:26 +02:00
[BUG] failed conns were sometimes incremented in the frontend!
This commit is contained in:
parent
70bcfb77a7
commit
50fd1e1e3b
@ -2492,7 +2492,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…
x
Reference in New Issue
Block a user