In checkPendPipeline() we can't be setting the TIMER_CONNECT correctly as that
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jun 2008 21:16:10 +0000 (21:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jun 2008 21:16:10 +0000 (21:16 +0000)
commit2597020d22ed6bcac9a9527f0fe9b235309d5a62
tree0b89e8e89bdb3d43fa89301b6e5c8e746fee5bb7
parent2d0fea2650cc65f827ad9c02ef1aca8f0d3afa8f
In checkPendPipeline() we can't be setting the TIMER_CONNECT correctly as that
is for the TCP connect. I changed it to TIMER_PRETRANSFER which seems to be
what was intended here.
lib/multi.c