-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
net: DNS lookup on Windows returns "server misbehaving" #70191
Comments
Related Issues and Documentation (Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Downgrading to go 1.22 make everything works again |
This happens when the Go program receives a DNS packet with a response code that is neither NoError nor NXDomain. It would help to see a dump of the DNS packets, if possible. It's hard to see why this change between 1.22 and 1.23, though. One thing you could try is setting CC @golang/windows |
Ok, let me check tomorrorw. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Go version
1.23
Output of
go env
in your module/workspace:What did you do?
We did upgrade one of CLI to go 1.23 and we started to get this
That service is working when using the browser or just a simple curl command.
What did you see happen?
dial tcp: lookup DNS on IP:53: server misbehaving
What did you expect to see?
I was expecting that this will do a normal http call has before and just return back the response from the backend.
The text was updated successfully, but these errors were encountered: