-
Notifications
You must be signed in to change notification settings - Fork 191
"Error while decoding chunks" on some websites #325
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
Comments
Of the original 38 on this list, the majority now work. These still show the behavior. http://adorama.com -- see #454 (I use I've identified one scenario we could handle better (broken server). See #454 |
I haven't checked all of these, but I just checked https://www.adorama.com/, and it's not a case of missing the
I think rather than land #454 we should implement trailers and see if that fixes all of these cases. |
Alright |
Of the above examples, I think only http://sfpnet.fr/ shows the behavior it did when this Shnatsel ran this analysis. I think this one have garbage at the end. I'm quite certain we did not see trailing headers in the above before.
|
This probably needs fixing in 3.x now. |
I did a test run for 3.x and am not getting this. |
On some websites, e.g. http://banxetoyota.vn, ureq fails with the following error:
However, curl and Firefox work fine.
There's 38 such websites in the top million (I'm using Tranco list generated on the 3rd of February).
Archive with all occurrences: ureq-error-decoding-chunks.tar.gz
Code used for testing: https://github.com/Shnatsel/rust-http-clients-smoke-test/blob/f206362f2e81521bbefb84007cdd25242f6db590/ureq-smoke-test/src/main.rs
The text was updated successfully, but these errors were encountered: