Re: [Qemu-devel] [PULL 28/31] curl: Remove unnecessary explicit calls to internal event handler

2014-05-06 Thread Kevin Wolf
Am 06.05.2014 um 14:41 hat Matthew Booth geschrieben: > On 06/05/14 10:56, Kevin Wolf wrote: > > Am 06.05.2014 um 11:44 hat Laurent Desnogues geschrieben: > >> curl_multi_socket_action isn't available on the CURL lib used > >> by CentOS 5.6. The obvious workaround is to disable CURL > >> when call

Re: [Qemu-devel] [PULL 28/31] curl: Remove unnecessary explicit calls to internal event handler

2014-05-06 Thread Matthew Booth
On 06/05/14 10:56, Kevin Wolf wrote: > Am 06.05.2014 um 11:44 hat Laurent Desnogues geschrieben: >> Hello, >> >> sorry for another late detection of the use of too recent features. >> >> On Wed, Apr 30, 2014 at 8:24 PM, Kevin Wolf wrote: >>> From: Matthew Booth >>> >>> Remove calls to curl_multi_

Re: [Qemu-devel] [PULL 28/31] curl: Remove unnecessary explicit calls to internal event handler

2014-05-06 Thread Kevin Wolf
Am 06.05.2014 um 11:44 hat Laurent Desnogues geschrieben: > Hello, > > sorry for another late detection of the use of too recent features. > > On Wed, Apr 30, 2014 at 8:24 PM, Kevin Wolf wrote: > > From: Matthew Booth > > > > Remove calls to curl_multi_do where the relevant handles are already

Re: [Qemu-devel] [PULL 28/31] curl: Remove unnecessary explicit calls to internal event handler

2014-05-06 Thread Laurent Desnogues
Hello, sorry for another late detection of the use of too recent features. On Wed, Apr 30, 2014 at 8:24 PM, Kevin Wolf wrote: > From: Matthew Booth > > Remove calls to curl_multi_do where the relevant handles are already > registered to the event loop. > > Ensure that we kick off socket handlin

[Qemu-devel] [PULL 28/31] curl: Remove unnecessary explicit calls to internal event handler

2014-04-30 Thread Kevin Wolf
From: Matthew Booth 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 Tested-by: Richard W.M. Jones Signed-off-by: Kevin Wo