Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: be42ad9a0ba65fd51a1f89debfc1d25281f6511e
https://github.com/WebKit/WebKit/commit/be42ad9a0ba65fd51a1f89debfc1d25281f6511e
Author: Kenji Shukuwa <[email protected]>
Date: 2025-05-27 (Tue, 27 May 2025)
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:
(WebCore::CurlContext::CurlContext):
(WebCore::CurlHandle::enableHttp):
Canonical link: https://commits.webkit.org/295483@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes