Bug 255406 - Fix early hints preconnect on some OS versions
Summary: Fix early hints preconnect on some OS versions
Status: RESOLVED FIXED
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-13 10:23 PDT by Ben Nham
Modified: 2023-04-14 11:52 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-13 10:23:30 PDT
Early hints preconnect (261079@main) does not work with certain macOS versions since different versions utilize different delegate methods to communicate the 103 Early Hints response. Fix this by implementing the appropriate methods.
Comment 1 Ben Nham 2023-04-13 10:23:51 PDT
rdar://107879504
Comment 2 Ben Nham 2023-04-13 10:27:14 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12669
Comment 3 EWS 2023-04-14 11:52:05 PDT
Committed 262982@main (c04223d43783): <https://commits.webkit.org/262982@main>

Reviewed commits have been landed. Closing PR #12669 and removing active labels.