mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03: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
1 changed files with 0 additions and 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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue