You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add retry logic to downloadWithProgress for transient network failures
Wraps the fetch+stream download in withRetry (3 attempts, 2-10s jittered
backoff). Only retries on network errors (connection reset, body read
failures), not on HTTP status errors which are deterministic.
This protects all `quarto install` commands (TinyTeX, Chrome Headless
Shell, VeraPDF) from transient CDN failures — both in CI and for end
users on flaky connections.
0 commit comments