diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-30 09:24:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-30 09:24:06 +0000 |
commit | b6820b26745c819386be03d4150d5006ec33080c (patch) | |
tree | a9b53df19f64d982645aec1582ab1fcc432ea200 /lib | |
parent | b9a6dfab03abe9950182e0b99d3394713ed19147 (diff) |
remove really annoying debug output that makes life miserable when you do
hundreds of parallel transfers...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 */ |