]> granicus.if.org Git - curl/commit
curl: make sure the parallel transfers do them all
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Sep 2019 11:37:38 +0000 (13:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Sep 2019 17:45:19 +0000 (19:45 +0200)
commitbbde0407d1e3750cfc161615491420217b718994
treee365609cf1dc05ea24f4a236c469b7d7f5bb10c3
parent9637dbfffdb42f5478cf8c0afe337f559513a7fe
curl: make sure the parallel transfers do them all

The logic could erroneously break the loop too early before all
transfers had been transferred.

Reported-by: Tom van der Woerdt
Fixes #4316
Closes #4317
src/tool_operate.c