net: resolv.conf is parsed twice #10649
Closed
Labels
Milestone
Comments
Will submit change tonight that should fix this. |
CL https://golang.org/cl/9580 mentions this issue. |
I'm not sure that fixing this matters. If it's an easy fix, perhaps, but not if it complicates the code too much. |
CL https://golang.org/cl/9991 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Resolv.conf is parsed twice upon initialization, once by conf which determines whether to use go or c, and again by the go lookup logic.
The text was updated successfully, but these errors were encountered: