1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

remove really annoying debug output that makes life miserable when you do

hundreds of parallel transfers...
This commit is contained in:
Daniel Stenberg 2007-05-30 09:24:06 +00:00
parent b9a6dfab03
commit b6820b2674

View File

@ -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 */