-
Notifications
You must be signed in to change notification settings - Fork 181
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
Crash due to Content-Length InexactError on large request #1130
Comments
I can not reproduce this. I tried for example
Unfortunately HTTP.jl swallows the original stacktrace from the error HTTP.jl/src/clientlayers/ConnectionRequest.jl Line 121 in 57d57a5
HTTP.jl/src/clientlayers/ConnectionRequest.jl Line 143 in 57d57a5
If you can still reproduce, perhaps try commenting out the catch block: HTTP.jl/src/clientlayers/ConnectionRequest.jl Lines 121 to 144 in 57d57a5
|
huh I can't reproduce this either. not sure what is going on |
We ran into a request error because of a large (2.28 GB) request body:
Note that the Content-Length
2281871749
is larger thantypemax(Int32)
.The text was updated successfully, but these errors were encountered: