Bug 256076
| Summary: | [Curl] Remove CURLOPT_SSL_ENABLE_ALPN/NPN option settings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenji Shukuwa <kenji.shukuwa> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kenji Shukuwa
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kenji Shukuwa
Pull request: https://github.com/WebKit/WebKit/pull/13262
EWS
Committed 263486@main (ff28cbf2cbb5): <https://commits.webkit.org/263486@main>
Reviewed commits have been landed. Closing PR #13262 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/108644443>