[webkit-changes] [WebKit/WebKit] 7327aa: [curl] Add HTTP/3 enabling option and settings
Kenji Shukuwa
noreply at github.com
Wed Apr 26 22:51:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7327aab70ea504499e0f1a14c78f55863233afd9
https://github.com/WebKit/WebKit/commit/7327aab70ea504499e0f1a14c78f55863233afd9
Author: Kenji Shukuwa <kenji.shukuwa at open-tec.co.jp>
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
More information about the webkit-changes
mailing list