Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7327aab70ea504499e0f1a14c78f55863233afd9
https://github.com/WebKit/WebKit/commit/7327aab70ea504499e0f1a14c78f55863233afd9
Author: Kenji Shukuwa <[email protected]>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M Source/WebCore/platform/network/curl/CurlContext.cpp
M Source/WebCore/platform/network/curl/CurlContext.h
M Source/WebCore/platform/network/curl/ResourceResponseCurl.cpp
Log Message:
-----------
[curl] Add HTTP/3 enabling option and settings
https://bugs.webkit.org/show_bug.cgi?id=255978
Reviewed by Don Olmstead and Fujii Hironori.
Add HTTP/3 enabling option and settings to make it easier
to check HTTP/3 behavior.
* Source/WebCore/platform/network/curl/CurlContext.cpp:
(WebCore::CurlContext::CurlContext):
(WebCore::CurlHandle::enableHttp):
(WebCore::CurlHandle::enableAltSvc):
(WebCore::CurlContext::isAltSvcEnabled const): Deleted.
(WebCore::CurlContext::isHttp2Enabled const): Deleted.
* Source/WebCore/platform/network/curl/CurlContext.h:
(WebCore::CurlContext::isAltSvcEnabled const):
(WebCore::CurlContext::isHttp2Enabled const):
(WebCore::CurlContext::isHttp3Enabled const):
* Source/WebCore/platform/network/curl/ResourceResponseCurl.cpp:
(WebCore::ResourceResponse::ResourceResponse):
Canonical link: https://commits.webkit.org/263447@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes