Prior to this change if curl_multi_perform returned 0 running handles
and then all remaining transfers were added, then the perform loop would
end immediately without performing those transfers.
Reported-by: Mikhail Kuznetsov
Fixescurl#9953
Closes #xxxx
I did this
Take 10-at-a-time.c example and change next:
then build and run.
I expected the following
I received the following
result of last url has been skipped.
operating system
Darwin MBP.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: