curl 7.66.0 release: support for HTTP / 3 and parallel transmission

Curl 7.66.0 has been released, changes are as follows:

  • Retry-after: Some servers are unable or unwilling response, returns a standard HTTP headers, he said after a few seconds, or at some future time, the request may get a response
  • HTTP / 3: In this experiment characteristics is disabled by default, but can be enabled (by setting)
  • Parallel transmission: This version of the tool you can use curl new option  -Z / -parallel  parallel transmission
  • curl_multi_poll: This is a new function that is very similar to curl_multi_wait. It solves a problem: In the case of libcurl did not wait for the file descriptor, the application should do

  • SASL authzid: this release, when using SASL authentication, curl and libcurl may provide authzid field

There are also fix some bug:

  • On Windows .netrc and .curlrc: This version, curl and libcurl spot checks and use the prefix versions of these files, even on Windows, too
  • asyn-thread: to create a socket to wait

  • Fixed a regression: When the curl multi-level authentication (such as HTTPDigest) in the use of proxy, can not properly use the URL credentials

  • Ssh code to the rear end of the vssh

  • HTTP is disabled by default / 0.9

More See release notes:

https://daniel.haxx.se/blog/2019/09/11/curl-7-66-0-the-parallel-http-3-future-is-here/

download link:

https://curl.haxx.se/download.html

Guess you like

Origin www.oschina.net/news/109796/curl-7-66-0-released