-
Hanna Reitz authored
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>Hanna Reitz authoredcurl_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>
Loading