We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
r = HTTP.Response(123) # works fine HTTP.Response(r.status) # ERROR: BoundsError: attempt to access Int16 at index [2]
I think this is happening due to HTTP.Request constructor requiring Int64:
HTTP.jl/src/Messages.jl
Line 116 in 2a03ca7
Julia 1.6.1 HTTP.jl 0.9.2 MbedTLS.jl 1.0.3 -- Please specify versions
The text was updated successfully, but these errors were encountered:
Seems like that could just be relaxed to Integer. Do you want to submit a PR?
Integer
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I think this is happening due to HTTP.Request constructor requiring Int64:
HTTP.jl/src/Messages.jl
Line 116 in 2a03ca7
Julia 1.6.1
HTTP.jl 0.9.2
MbedTLS.jl 1.0.3 -- Please specify versions
The text was updated successfully, but these errors were encountered: