From 16ac42a9072366591c612a69bbb860d8bc27dd1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 18 Oct 2006 08:33:06 +0000 Subject: [PATCH] Removed unnecessary comments and debugging printouts VOLUME II. --- org.glite.lb.client/src/connection.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/org.glite.lb.client/src/connection.c b/org.glite.lb.client/src/connection.c index cfaf925..16465e5 100644 --- 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); -- 1.8.2.3