summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-30 09:24:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-30 09:24:06 +0000
commitb6820b26745c819386be03d4150d5006ec33080c (patch)
treea9b53df19f64d982645aec1582ab1fcc432ea200
parentb9a6dfab03abe9950182e0b99d3394713ed19147 (diff)
downloadgnurl-b6820b26745c819386be03d4150d5006ec33080c.tar.gz
gnurl-b6820b26745c819386be03d4150d5006ec33080c.tar.bz2
gnurl-b6820b26745c819386be03d4150d5006ec33080c.zip
remove really annoying debug output that makes life miserable when you do
hundreds of parallel transfers...
-rw-r--r--lib/url.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/url.c b/lib/url.c
index 4b8c53399..8a280aff4 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -2058,9 +2058,6 @@ ConnectionExists(struct SessionHandle *data,
from the multi */
}
- DEBUGF(infof(data, "Examining connection #%ld for reuse"
- " (pipeLen = %ld)\n", check->connectindex, pipeLen));
-
if(pipeLen > 0 && !canPipeline) {
/* can only happen within multi handles, and means that another easy
handle is using this connection */