Loading lib/url.c +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/url.c +0 −3 Original line number Diff line number Diff line Loading @@ -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