mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
remove really annoying debug output that makes life miserable when you do
hundreds of parallel transfers...
This commit is contained in:
parent
b9a6dfab03
commit
b6820b2674
@ -2058,9 +2058,6 @@ ConnectionExists(struct SessionHandle *data,
|
|||||||
from the multi */
|
from the multi */
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUGF(infof(data, "Examining connection #%ld for reuse"
|
|
||||||
" (pipeLen = %ld)\n", check->connectindex, pipeLen));
|
|
||||||
|
|
||||||
if(pipeLen > 0 && !canPipeline) {
|
if(pipeLen > 0 && !canPipeline) {
|
||||||
/* can only happen within multi handles, and means that another easy
|
/* can only happen within multi handles, and means that another easy
|
||||||
handle is using this connection */
|
handle is using this connection */
|
||||||
|
Loading…
Reference in New Issue
Block a user