[webkit-changes] [WebKit/WebKit] 403905: [Curl] Replace CURLOPT_PROTOCOLS with CURLOPT_PROT...

Kenji Shukuwa noreply at github.com
Thu Apr 27 20:29:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4039058b91cf478f3a733fb0cc371472870342e3
      https://github.com/WebKit/WebKit/commit/4039058b91cf478f3a733fb0cc371472870342e3
  Author: Kenji Shukuwa <kenji.shukuwa at open-tec.co.jp>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

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

  Log Message:
  -----------
  [Curl] Replace CURLOPT_PROTOCOLS with CURLOPT_PROTOCOLS_STR
https://bugs.webkit.org/show_bug.cgi?id=256068

Reviewed by Fujii Hironori.

CURLOPT_PROTOCOLS option was deprecated since 7.85.0.
And, it was recommended to use CURLOPT_PROTOCOLS_STR instead.

* Source/WebCore/platform/network/curl/CurlContext.cpp:
(WebCore::CurlHandle::enableAllowedProtocols):
* Source/cmake/OptionsPlayStation.cmake:
* Source/cmake/OptionsWin.cmake:

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




More information about the webkit-changes mailing list