-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add URL to timeout error message #190
Comments
Perhaps in Lines 44 to 49 in 1d9ba65
|
Thanks for the tip, @krlmlr! I was able to trace it though from there and filed the PR. |
I just saw the same timeout again. Is there anything else you'd like me to do in PR #191? |
Fix on CRAN now. |
Great. Thanks, Jeroen! |
Can we also include the hostname in generic error messages? Seeing travis build failures from pkgdown. |
Hi,
curl usually works great and we all completely rely on it. Today I hit a rare problem that I tweeted about (here) in case someone else knows what the URL is that it is timing out on in this case. In general, it would be great if the error message including the URL that it was timing out on. For cases like this where all I see is a log file.
I'm trying to create a PR to curl to do this. I searched this repo for the string "timed" to find the error message but nothing came up. Then I searched this repo for "curl_fetch_memory" and I found lots of usage but, oddly, not where it is defined. I'll keep trying.
Could you give me some hints as to where I might modify the code to include the URL in the timeout error message?
Thanks, Matt
The text was updated successfully, but these errors were encountered: