[webkit-changes] [WebKit/WebKit] 561efe: Check curl version for HTTP/3 support

Don Olmstead noreply at github.com
Thu Jan 25 11:09:14 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 561efe11068f9f66bad146080173de5d0b64ee73
      https://github.com/WebKit/WebKit/commit/561efe11068f9f66bad146080173de5d0b64ee73
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M Source/WebCore/platform/network/curl/CurlContext.cpp

  Log Message:
  -----------
  Check curl version for HTTP/3 support
https://bugs.webkit.org/show_bug.cgi?id=267868

Reviewed by Basuke Suzuki.

HTTP/3 support is no longer experimental starting from curl version
8.5.0. If the version is that or greater use curl's HTTP/3 support.

Note that the curl library is queried for whether or not HTTP/3 support
was built in so HTTP/3 connections will only be attempted if curl can
handle them.

* Source/WebCore/platform/network/curl/CurlContext.cpp:

Canonical link: https://commits.webkit.org/273520@main




More information about the webkit-changes mailing list