Bug 255364
| Summary: | Fix early hints preconnect on some OS versions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> |
| Component: | WebKit Misc. | Assignee: | Ben Nham <nham> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ben Nham
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Nham
rdar://107879504
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/12669