[webkit-changes] [WebKit/WebKit] ff28cb: [Curl] Remove CURLOPT_SSL_ENABLE_ALPN/NPN option s...

Kenji Shukuwa noreply at github.com
Thu Apr 27 22:41:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ff28cbf2cbb5a2fc37232cad6e7d349f19d5fc9a
      https://github.com/WebKit/WebKit/commit/ff28cbf2cbb5a2fc37232cad6e7d349f19d5fc9a
  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

  Log Message:
  -----------
  [Curl] Remove CURLOPT_SSL_ENABLE_ALPN/NPN option settings
https://bugs.webkit.org/show_bug.cgi?id=256076

Reviewed by Fujii Hironori.

Remove CURLOPT_SSL_ENABLE_NPN as it is deprecated. Also,
CURLOPT_SSL_ENABLE_ALPN is set to 1 by default.

* Source/WebCore/platform/network/curl/CurlContext.cpp:
(WebCore::CurlHandle::enableHttp):

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




More information about the webkit-changes mailing list