multi: call the progress callback in all states
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jun 2010 13:08:55 +0000 (15:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jun 2010 13:10:08 +0000 (15:10 +0200)
commit51a757c11bce9ccf9069af606bc2d8b7df584eb3
treec2d6c41583504daf3c901b17beb57de4357352c2
parent7a996720420146505895329d3d2333259b2275ba
multi: call the progress callback in all states

As long as no error is reported, the progress function can get
called. This may be a little TOO often so we should keep an eye
on this and possibly make this conditional somehow.
lib/multi.c