Bug 249195

Summary: [Curl] Remove unnecessary functions from ResourceResponseCurl
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 2022-12-12 17:30:48 PST
ResourceResponse::setCertificateInfo is already defined in ResourceResponeBase. So we'll delete it.

https://github.com/WebKit/WebKit/blob/main/Source/WebCore/platform/network/curl/ResourceResponse.h#L53
https://github.com/WebKit/WebKit/blob/main/Source/WebCore/platform/network/ResourceResponseBase.h#L150

We will also configure CertificateInfo in the ResourceResponse contractor.
Comment 1 Kenji Shukuwa 2022-12-12 17:41:10 PST
Pull request: https://github.com/WebKit/WebKit/pull/7528
Comment 2 EWS 2022-12-12 22:35:00 PST
Committed 257777@main (fb94f2d792cd): <https://commits.webkit.org/257777@main>

Reviewed commits have been landed. Closing PR #7528 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-12 22:35:17 PST
<rdar://problem/103285958>