net: Resolver does not appear to use its dialer function on Windows #33621
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run this code snippet
What did you expect to see?
A panic, as correctly demonstrated by running the snippet under Linux:
What did you see instead?
On Windows, the snippet never touched the dialer function and successfully resolves the domain name:
The text was updated successfully, but these errors were encountered: