]> git.proxmox.com Git - mirror_qemu.git/commit
curl: Remove unnecessary explicit calls to internal event handler
authorMatthew Booth <mbooth@redhat.com>
Tue, 29 Apr 2014 15:03:29 +0000 (16:03 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 Apr 2014 14:34:14 +0000 (16:34 +0200)
commitb69cdef876340624bb40a2054d14f298471a40a6
treed1e1d292834d7774ad3ab0e6f59eb6f95a959864
parente466183718bfaaf347a3c02499473068a0072114
curl: Remove unnecessary explicit calls to internal event handler

Remove calls to curl_multi_do where the relevant handles are already
registered to the event loop.

Ensure that we kick off socket handling with CURL_SOCKET_TIMEOUT after
adding a new handle.

Signed-off-by: Matthew Booth <mbooth@redhat.com>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/curl.c