-
Notifications
You must be signed in to change notification settings - Fork 6
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
cURL Timeout Not Working Properly #10
Comments
If you use it like this:
|
It's being used by the fallback (non curl) as well, but I'm restructuring it a bit. The above is just a quick fix. |
I will be happy with every update-request and promise to merge it ASAP ;-) |
I'll see if I can do a special branch for this hotfix. My main branch is in the middle of some major rework (including supporting a config file). |
Nevermind, it looks like you got it, that should be enough for now! :) |
No Stress, we can do it all in one Step if you like |
I'm using #9 for my working on list. |
There is a bug (my fault) where the curl timeout isn't being set properly, this will cause it to hang instead of timing out.
I have fixed it locally but I've changed other things as well and not ready for a PR.
Quick fix is to insert the following two lines in the
load
functionCurrent:
** Hot Fix:**
(It's handled much better in the newer code)
The text was updated successfully, but these errors were encountered: