qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] curl: fix curl read


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH] curl: fix curl read
Date: Fri, 3 May 2013 19:23:31 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, 05/03 13:09, Stefan Hajnoczi wrote:
> On Fri, May 03, 2013 at 04:00:09PM +0800, Fam Zheng wrote:
> > CURL library API has changed, the current curl driver is not working.
> > This patch rewrites the use of API as well as the structure of internal
> > states. (It is hard to split this to multiple patches as basically all
> > these changes need to work together.)
> 
> Which libcurl APIs have changed?  I expect libcurl to be backwards
> compatible.

Function curl_multi_socket_all (see man 3 curl_multi_socket) is
deprecated, and not working as I tried the current curl driver, build
against libcurl 7.27.0. It's deprecated to be replaced by
curl_multi_socket_action.

The version does not concern, they are all introduced in the same
version, 7.15.4 [1], and has been there for long.

[1]: http://curl.haxx.se/libcurl/c/curl_multi_socket_action.html

-- 
Fam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]