Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: FileFetcher correctly retries failed requests #24261

Closed
wants to merge 1 commit into from

Conversation

bartlomieju
Copy link
Member

It appears that during reqwest upgrade (#24056) some
of the errors were reclassified and we no longer correctly retried failed requests.

I confirmed locally that the reproduction is now working correctly.

Closes #24260.

Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju
Copy link
Member Author

Closing in favor of #24262

bartlomieju added a commit that referenced this pull request Jul 2, 2024
Reland of #24056 that doesn't
suffer from the problem that was discovered in
#24261.

It uses upgraded `hyper` and `hyper-util` that fixed the previous
problem in hyperium/hyper#3691.
sbmsr pushed a commit to sbmsr/deno-1 that referenced this pull request Jul 2, 2024
Reland of denoland#24056 that doesn't
suffer from the problem that was discovered in
denoland#24261.

It uses upgraded `hyper` and `hyper-util` that fixed the previous
problem in hyperium/hyper#3691.
zebreus pushed a commit to zebreus/deno that referenced this pull request Jul 8, 2024
Reland of denoland#24056 that doesn't
suffer from the problem that was discovered in
denoland#24261.

It uses upgraded `hyper` and `hyper-util` that fixed the previous
problem in hyperium/hyper#3691.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

frequent, random HTTP import failure
3 participants