diff options
author | Max Reitz <mreitz@redhat.com> | 2019-09-10 14:41:33 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2019-09-16 15:31:11 +0200 |
commit | 9dbad87d25587ff640ef878f7b6159fc368ff541 (patch) | |
tree | 7c388a28f98aa0e63fdaa6851e272d082cbf2638 /docs/devel/conf.py | |
parent | 948403bcb1c7e71dcbe8ab8479cf3934a0efcbb5 (diff) | |
download | qemu-9dbad87d25587ff640ef878f7b6159fc368ff541.zip qemu-9dbad87d25587ff640ef878f7b6159fc368ff541.tar.gz qemu-9dbad87d25587ff640ef878f7b6159fc368ff541.tar.bz2 |
curl: Pass CURLSocket to curl_multi_do()
curl_multi_do_locked() currently marks all sockets as ready. That is
not only inefficient, but in fact unsafe (the loop is). A follow-up
patch will change that, but to do so, curl_multi_do_locked() needs to
know exactly which socket is ready; and that is accomplished by this
patch here.
Cc: qemu-stable@nongnu.org
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190910124136.10565-5-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/conf.py')
0 files changed, 0 insertions, 0 deletions