Closed karolherbst closed 10 years ago
CURLE_COULDNT_RESOLVE_HOST (6)
Couldn't resolve host. The given remote host was not resolved.
this error is messy, because we can't be sure, that the given host actually did not exist or that the DNS server failed.
I got it under circumstances, where the next call went through without problems.
I think we should add a property like curl.resolve.retries and just retry the call a second later.
I get this also on Mingw with self built curl and I don't know why.
seems to be important, too