-
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
Time out when using HTTP.request #416
Comments
I experience the same
I have an endpoint which can sleep for what I asked it to before returning. so above code gives
at the same time if I create a server in python (aiohttp). I see that it http.get will happily wait 120sec
So looks like there are 2 problems
I use |
#2 from my list is solved. apparently there is So the question remains. is |
If the readtimeout works on the server side, why does it close the connection within 60s, while my time restriction is 900s? |
This was solved in #393, either ensure you have the dev version or wait until the next tag. |
A new release has been tagged w/ the fix in #393; please report back here if you're still seeing issues: client or server side. |
When I used the HTTP.request to send job to client servers, I get a response of timeout and connection closed after 60s. While, it seems that the option readtimeout doesn't work.
timeout_error.txt
Julia 1.0.3
HTTP.jl 0.8#master
WIN10
The text was updated successfully, but these errors were encountered: