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
There is an issue with the Golang DNS client implementation:
errServerMisbehaving = errors.New("server misbehaving") errServerTemporarilyMisbehaving = errors.New("server misbehaving")
The text was updated successfully, but these errors were encountered:
Is this really a problem when it is never exposed to the client and only used to set the IsTemporary field in DNSError ?
IsTemporary
DNSError
ref: https://golang.org/src/net/dnsclient_unix.go#L281
Sorry, something went wrong.
in Docker client error messages, it seems like you can see it exposed:
Get "https://production.cloudflare.docker.com ... tcp: lookup production.cloudflare.docker.com on ...: server misbehaving
No branches or pull requests
There is an issue with the Golang DNS client implementation:
The text was updated successfully, but these errors were encountered: