Bug 255364 - Fix early hints preconnect on some OS versions
Summary: Fix early hints preconnect on some OS versions
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ben Nham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-12 14:09 PDT by Ben Nham
Modified: 2023-04-13 10:25 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 Ben Nham 2023-04-12 14:09:51 PDT
Newer versions of CFNetwork use `didReceiveInformationalResponse:` instead of `_didReceiveInformationalResponse:` as the delegate callback for returning 1xx responses such as 103 Early Hints. We need to update WebKit to use the appropriate delegate method based on the version of CFNetwork being used.
Comment 1 Ben Nham 2023-04-12 14:10:12 PDT
rdar://107879504
Comment 2 Ben Nham 2023-04-12 14:20:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12669