From: Zdeněk Šustr Date: Wed, 18 Oct 2006 08:33:06 +0000 (+0000) Subject: Removed unnecessary comments and debugging printouts VOLUME II. X-Git-Tag: merge_connpool_src~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=refs%2Fheads%2Fconnpool_branch;p=jra1mw.git Removed unnecessary comments and debugging printouts VOLUME II. --- 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);