Bug 249195 - [Curl] Remove unnecessary functions from ResourceResponseCurl
Summary: [Curl] Remove unnecessary functions from ResourceResponseCurl
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: 2022-12-12 17:30 PST by Kenji Shukuwa
Modified: 2022-12-12 22:35 PST (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 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>