-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[BUG] POST always (sometimes) times out when using .body(())
#447
Comments
One clear difference is it seems like different versions of libcurl is being used under the hood on the different machines. Would it be possible to capture the output of |
Working with:
Not working with:
Then, I ran
|
Sorry, if im mistaken, but it seems that something somewhere changed, so that it's no longer possible to send POST requests with an empty body. They will just time out. I went through the last few commits, but they don't seem to change the versions of the dependencies.
Yeah, I know that was all really vague, but here is the kicker: The problem occurs only on some of my pcs. Even though the curl/rust-toolchain versions match. My guess is, that it's a link to some c library or something. As you can tell my knowledge already ended when I clicked
New issue
, so I'll just leave you these two logs:Working here:
Not working here:
The Code (simplified):
The Fix:
The text was updated successfully, but these errors were encountered: