Bug 256076

Summary: [Curl] Remove CURLOPT_SSL_ENABLE_ALPN/NPN option settings
Product: WebKit Reporter: Kenji Shukuwa <kenji.shukuwa>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: Hironori.Fujii, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Kenji Shukuwa 2023-04-27 22:26:38 PDT
CURLOPT_SSL_ENABLE_NPN was deprecated since 7.86.0.

https://curl.se/libcurl/c/CURLOPT_SSL_ENABLE_NPN.html
---
Deprecated in 7.86.0. Setting this option has no function.
---

Also, CURLOPT_SSL_ENABLE_ALPN is set to 1 by default.
So there is no problem to remove the setting.

https://curl.se/libcurl/c/CURLOPT_SSL_ENABLE_ALPN.html
Comment 1 Kenji Shukuwa 2023-04-27 22:36:09 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13262
Comment 2 EWS 2023-04-27 22:41:07 PDT
Committed 263486@main (ff28cbf2cbb5): <https://commits.webkit.org/263486@main>

Reviewed commits have been landed. Closing PR #13262 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-27 22:42:18 PDT
<rdar://problem/108644443>