Bug 256076 - [Curl] Remove CURLOPT_SSL_ENABLE_ALPN/NPN option settings
Summary: [Curl] Remove CURLOPT_SSL_ENABLE_ALPN/NPN option settings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-27 22:26 PDT by Kenji Shukuwa
Modified: 2023-04-27 22:42 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>