]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: exit the create_transfers loop on errors
authorDaniel Stenberg <daniel@haxx.se>
Sat, 21 Sep 2019 21:46:41 +0000 (23:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Sep 2019 10:27:58 +0000 (12:27 +0200)
commitf8a205853381650ea1b7e05abec93cd0ae2b77b5
tree35e9fad5d4bab5930b23a24378e69661837c7162
parent5ee88eee6861ab1c98c03bc0b1c8f63c447c7fdc
curl: exit the create_transfers loop on errors

When looping around the ranges and given URLs to create transfers, all
errors should exit the loop and return. Previously it would keep
looping.

Reported-by: SumatraPeter on github
Bug: #4393
Closes #4396
src/tool_operate.c