From 43ef4ba746e692593c3744c89d72afc8bc9217d3 Mon Sep 17 00:00:00 2001 From: ygrek Date: Fri, 13 Aug 2010 17:59:23 +0300 Subject: [PATCH] disable checkConnection kills performance with many handles --- curl-helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curl-helper.c b/curl-helper.c index a7ca096..f9f02c9 100644 --- a/curl-helper.c +++ b/curl-helper.c @@ -1492,6 +1492,8 @@ static void removeConnection(Connection *connection) static void checkConnection(Connection *connection) { + return; + Connection *listIter; listIter = connectionList.tail; -- 2.11.4.GIT