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:
f9785b0
)
Removed unnecessary comments and debugging printouts VOLUME II.
connpool_branch
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 18 Oct 2006 08:33:06 +0000
(08:33 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 18 Oct 2006 08:33:06 +0000
(08:33 +0000)
org.glite.lb.client/src/connection.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/connection.c
b/org.glite.lb.client/src/connection.c
index
cfaf925
..
16465e5
100644
(file)
--- a/
org.glite.lb.client/src/connection.c
+++ b/
org.glite.lb.client/src/connection.c
@@
-380,11
+380,6
@@
int edg_wll_http_send_recv(
if (edg_wll_open(ctx,&connToUse)) return edg_wll_Error(ctx,NULL,NULL);
- // XXX: why??
- // it is locked in edg_wll_open and even more I believe that it cannot be locked
- // from unlocked pool !!
- // edg_wll_connectionTryLock(ctx, connToUse);
-
switch (edg_wll_http_send(ctx,request,req_head,req_body,&ctx->connections->connPool[connToUse])) {
case ENOTCONN:
edg_wll_close(ctx,&connToUse);