aboutsummaryrefslogtreecommitdiff
path: root/docs/devel
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2019-09-10 14:41:32 +0200
committerMax Reitz <mreitz@redhat.com>2019-09-16 15:31:11 +0200
commit948403bcb1c7e71dcbe8ab8479cf3934a0efcbb5 (patch)
treee694c40af157115b68d5becc48e17f64d042814b /docs/devel
parent007f339b1099af46a008dac438ca0943e31dba72 (diff)
downloadqemu-948403bcb1c7e71dcbe8ab8479cf3934a0efcbb5.zip
qemu-948403bcb1c7e71dcbe8ab8479cf3934a0efcbb5.tar.gz
qemu-948403bcb1c7e71dcbe8ab8479cf3934a0efcbb5.tar.bz2
curl: Check completion in curl_multi_do()
While it is more likely that transfers complete after some file descriptor has data ready to read, we probably should not rely on it. Better be safe than sorry and call curl_multi_check_completion() in curl_multi_do(), too, just like it is done in curl_multi_read(). With this change, curl_multi_do() and curl_multi_read() are actually the same, so drop curl_multi_read() and use curl_multi_do() as the sole FD handler. Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20190910124136.10565-4-mreitz@redhat.com Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'docs/devel')
0 files changed, 0 insertions, 0 deletions