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

Switch to reqwest #142

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Switch to reqwest #142

merged 2 commits into from
Oct 16, 2024

Conversation

Jake-Shadle
Copy link
Owner

Due to the flakiness described in #141, my current assumption is that something might be subtly wrong in the connection pooling in ureq, which is exposed when doing many parallel HTTP requests that get context switched by the OS. I've never had this issue with reqwest, so I'm going to push this and make a RC release that people can try and see if they continue to see issues or not. If not, I'll make it a minor version release.

Resolves: #141

@Jake-Shadle Jake-Shadle merged commit d85e04f into main Oct 16, 2024
6 of 7 checks passed
@Jake-Shadle Jake-Shadle deleted the switch-to-reqwest branch October 16, 2024 10:12
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.

Error: response body closed before all bytes were read
1 participant