[BUG] failed conns were sometimes incremented in the frontend!

(cherry picked from commit 50fd1e1e3bf7cdd383a906c511a2e77e9ac5205d)
This commit is contained in:
Willy Tarreau 2007-12-10 15:25:35 +01:00
parent 8d2b9f24eb
commit 1b1b7a967d

View File

@ -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;
}
}