diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-07-23 15:34:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-27 15:10:13 +0200 |
commit | 4c070de4fb01b4fbf29f8c463ba96da97b36bd2f (patch) | |
tree | 3be5aa0d1ff12fa758b8d0ddd88ba35095b4f668 /tests | |
parent | 54faab69cbdabe51bab1bdee0a9c69e423178084 (diff) |
examples: use do/while loop for multi examples
It's conceivable that after the first time curl_multi_perform returns,
the outvalue still_running will be 0, but work will have been done. This
is shown by a workload of small, purely file:// based URLs. Ensure that
we always read pending messages off the multi handle by forcing the
while loop to run at least once.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions