qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
Date: Tue, 24 Jan 2023 08:55:44 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 23/1/23 21:14, Anton Johansson via wrote:
* 7.55.0 deprecates CURLINFO_CONTENT_LENGTH_DOWNLOAD in favour of a *_T
   version, which returns curl_off_t instead of a double.
* 7.85.0 deprecates CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS in
   favour of *_STR variants, specifying the desired protocols via a
   string.

Signed-off-by: Anton Johansson <anjo@rev.ng>
---
  block/curl.c | 44 +++++++++++++++++++++++++++++++++++++-------
  1 file changed, 37 insertions(+), 7 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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