Bug 253120 - Support preconnect via HTTP early hints
Summary: Support preconnect via HTTP early hints
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: 238921
  Show dependency treegraph
 
Reported: 2023-02-28 15:43 PST by Ben Nham
Modified: 2023-03-02 10:23 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 Ben Nham 2023-02-28 15:43:38 PST
We should add support for preconnect via HTTP early hints. A number of websites already use these, e.g. many Shopify websites send an early hint to preconnect to cdn.shopify.com.

We want to eventually support preload via early hints as well, but that requires more refactoring. Preloading via early hints will be tracked in 238921.
Comment 1 Radar WebKit Bug Importer 2023-02-28 15:44:36 PST
<rdar://problem/106055702>
Comment 2 Ben Nham 2023-02-28 16:11:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/10836
Comment 3 EWS 2023-03-02 10:22:59 PST
Committed 261079@main (eeb51f0ea0f0): <https://commits.webkit.org/261079@main>

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