Bug 244937
| Summary: | Add fetch retries to improve networking robustness for JetStream2.1. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99701290>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/4134
EWS
Committed 254289@main (eaf0a297d03f): <https://commits.webkit.org/254289@main>
Reviewed commits have been landed. Closing PR #4134 and removing active labels.