projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bcfb7
)
[BUG] failed conns were sometimes incremented in the frontend!
author
Willy Tarreau
<w@1wt.eu>
Mon, 10 Dec 2007 14:25:35 +0000
(15:25 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Fri, 15 Feb 2008 09:09:15 +0000
(10:09 +0100)
src/proto_http.c
patch
|
blob
|
history
diff --git
a/src/proto_http.c
b/src/proto_http.c
index
6ee1c58
..
0fa40cc
100644
(file)
--- a/
src/proto_http.c
+++ b/
src/proto_http.c
@@
-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;
}
}