RESOLVED FIXED 240938
Use desktop User Agent when preconnecting for loads that are predicted to use desktop content mode
https://bugs.webkit.org/show_bug.cgi?id=240938
Summary Use desktop User Agent when preconnecting for loads that are predicted to use...
Matt Woodrow
Reported 2022-05-25 19:51:47 PDT
Preconnect currently requires a user agent string, and the preconnected socket will not be used if it doesn't match the UA of the HTTP request (and an HTTPS proxy is in use). When we use a desktop content mode and use the desktop UA for the request, this won't match the mobile UA used for preconnect. This improves the preconnect logic to predict the UA using the default webpage policies.
Attachments
Matt Woodrow
Comment 1 2022-05-25 19:59:08 PDT
Radar WebKit Bug Importer
Comment 2 2022-05-25 20:43:27 PDT
EWS
Comment 3 2022-05-27 22:26:32 PDT
Committed r294987 (251091@main): <https://commits.webkit.org/251091@main> Reviewed commits have been landed. Closing PR #1037 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.