-
Notifications
You must be signed in to change notification settings - Fork 183
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
Non readable error while getting the HTTP.head #997
Comments
thanks for the report I couldn't reproduce this locally on Julia v1.8.4, HTTP v1.7.1, MbedTLS v1.1.7 for some reason -- is there any other set-up / config required to reproduce? anyway, i think this is an internal bug from some recent changes Would you mind trying with #998 to see if it fixes the issue? You can use that version like |
Nope, no special setup, just straight up the code I gave above. I just tried the #998 commit with Cheers! |
Julia v"1.8.4"
HTTP v1.7.1
MbedTLS v1.1.7
Let's say I want to get the head of the Julia donwload page:
head = HTTP.head("https://julialang.org/downloads/")
The error it produces is not readable (for humans):
What does it try to convey?
The text was updated successfully, but these errors were encountered: