You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, I get some Curl::Err::HostResolutionError errors. It's expected, sometimes resolvers fail, domains are not well configured, …
But I'd like to know which exact domain is causing this error. I've tried to rescue the exception and inspect the object, but I can't get anything useful.
Is there a way to know what was the request ?
Thanks.
The text was updated successfully, but these errors were encountered:
Sometimes, I get some Curl::Err::HostResolutionError errors. It's
expected, sometimes resolvers fail, domains are not well configured, …
But I'd like to know which exact domain is causing this error. I've tried
to rescue the exception and inspect the object, but I can't get anything
useful.
Is there a way to know what was the request ?
Thanks.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/129.
Hi,
I'm using curb through Savon (a SOAP client).
Sometimes, I get some
Curl::Err::HostResolutionError
errors. It's expected, sometimes resolvers fail, domains are not well configured, …But I'd like to know which exact domain is causing this error. I've tried to rescue the exception and inspect the object, but I can't get anything useful.
Is there a way to know what was the request ?
Thanks.
The text was updated successfully, but these errors were encountered: