karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

[IO.curl] FATAL: CURL return code 6 unhandled, please report a bug #36

Closed karolherbst closed 10 years ago

karolherbst commented 10 years ago

seems to be important, too

karolherbst commented 10 years ago

CURLE_COULDNT_RESOLVE_HOST (6)

Couldn't resolve host. The given remote host was not resolved.

karolherbst commented 10 years ago

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.

karolherbst commented 10 years ago

I get this also on Mingw with self built curl and I don't know why.