Bug 248329
| Summary: | [Curl] Remove unused SSL error information | ||
|---|---|---|---|
| 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
ResourceError::sslError is not referenced from anywhere. Also, CurlSSLVerifier::convertToSSLCertificateFlags
have not been maintained for long time despite the increase in X509_V_ERR. We will remove these related codes
in order to keep the code clean.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kenji Shukuwa
> ResourceError::sslError
It is sslErrors, not sslError.
Kenji Shukuwa
Pull request: https://github.com/WebKit/WebKit/pull/6801
EWS
Committed 257003@main (920620a70024): <https://commits.webkit.org/257003@main>
Reviewed commits have been landed. Closing PR #6801 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/102657155>