git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235ad1a
)
count incomming requests correctly
author
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 9 Oct 2006 15:10:40 +0000
(15:10 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 9 Oct 2006 15:10:40 +0000
(15:10 +0000)
org.glite.lb.server-bones/src/srvbones.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server-bones/src/srvbones.c
b/org.glite.lb.server-bones/src/srvbones.c
index
b4b8b3f
..
40c87d5
100644
(file)
--- a/
org.glite.lb.server-bones/src/srvbones.c
+++ b/
org.glite.lb.server-bones/src/srvbones.c
@@
-389,7
+389,6
@@
static int slave(slave_data_init_hnd data_init_hnd, int sock)
{
kick_client = KICK_HANDLER;
} else {
- req_cnt++;
first_request = 0;
to = set_request_to;
if ((rv = services[srv].on_request_hnd(conn,to.tv_sec>=0 ? &to : NULL,clnt_data)) == ENOTCONN) {