]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: start the loop over when handles are removed
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Mar 2025 13:00:03 +0000 (14:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Mar 2025 15:10:49 +0000 (16:10 +0100)
commita66ede53092dcca9c908444598e0ba07cce0ccb0
tree95ce5419de682b6d7066ceb96c46767bae9dbb3d
parenta7fda9a8f47aa7400c2eb2497b0ecf6687eace25
multi: start the loop over when handles are removed

Since more than one handle can be removed in a single call to
multi_runsingle(), we cannot easily continue on the next node when a
node has been removed since that node migth ALSO have been removed.

Reported-by: Philippe Antoine
Closes #16588
lib/multi.c