[Webkit-unassigned] [Bug 244937] New: Add fetch retries to improve networking robustness for JetStream2.1.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 09:20:10 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244937

            Bug ID: 244937
           Summary: Add fetch retries to improve networking robustness for
                    JetStream2.1.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

If burst mode fetches fail, we'll switch to fetching the resources one at a time sequentially.  In burst mode and in the sequential refetch, fetch of each resource may be tries up to 3 times before giving up.  This improves robustness and help reduce the chance that JetStream 2.1 fails to run due to poor network conditions.

Also remove the browser only code in fetchResources().  This is now handled by prefetchResourcesForBrowser(), which handles retries more robustly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220908/8fb03c4c/attachment.htm>


More information about the webkit-unassigned mailing list