-
Notifications
You must be signed in to change notification settings - Fork 48
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: 404 NOT FOUND !!! #100
Comments
This is caused by the |
Okay, so should I close this issue for sometime or let it be? |
Let it be, I'll close it once the issue is fixed :) |
Thanks, I'll also look into it, if I could provide any help |
Fixed in 7c26e37, releasing it in 2.10.0. Thanks for the issue report! |
hey there, thanks for ultimately fast response, i really appreciate it |
Hey, there recently I was using this library in my project to download some files where I encountered that I'm receiving something wrong in Response and it is
Content-Length
which is vital while downloading packets from servers.Here is code,
Here is the output I have received, the first output shows result of sending request not lazily and latter one uses lazy sending of request.
To enable HTTPS, I am using
https-rustls-probe
feature, myCargo.toml
looks like:However on further inspection, just by printing the whole response altogether, I able to figure out that it is due to 404 NOT FOUND ERROR but how does
ureq
able to fetch the same request neatly?Last Code:
Output:
For a minute, I thought it could be due to feature
https-rustls-probe
but again I tried with other features that enable HTTPS and I am still getting same response.The text was updated successfully, but these errors were encountered: