-
Notifications
You must be signed in to change notification settings - Fork 18.1k
net: use a consistent dnsConfig in hostLookupOrder #56690
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: use a consistent dnsConfig in hostLookupOrder #56690
Conversation
This PR (HEAD: 2e2037f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 8b14276) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 2: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
This PR (HEAD: d145c23) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 3: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
This PR (HEAD: 79f9a7c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 4: Run-TryBot+1 Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 4: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 4: -Auto-Submit -Code-Review (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
This PR (HEAD: ae598fc) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
This PR (HEAD: 2f19a5a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
Message from Gopher Robot: Patch Set 5: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Mateusz Poliwczak: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 6: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Mateusz Poliwczak: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Mateusz Poliwczak: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Mateusz Poliwczak: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
This PR (HEAD: e9f1cb1) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Mateusz Poliwczak: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 9: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 9: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
This PR (HEAD: 64810a2) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/449337 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 9: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 10: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 10: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Gopher Robot: Patch Set 10: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Message from Ian Lance Taylor: Patch Set 10: Run-TryBot+1 Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/449337. |
Use the same dnsConfig throughout a DNS lookup operation. Before this CL it was possible to decide to re-read a modified resolv.conf file during the DNS lookup, which could lead to inconsistencies between the lookup order and the name server list. Change-Id: I0689749272b8263268d00b9a9cb4458cd68b23eb GitHub-Last-Rev: 64810a2 GitHub-Pull-Request: #56690 Reviewed-on: https://go-review.googlesource.com/c/go/+/449337 Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/449337 has been merged. |
Use the same dnsConfig throughout a DNS lookup operation.
Before this CL it was possible to decide to re-read a
modified resolv.conf file during the DNS lookup,
which could lead to inconsistencies between the lookup order
and the name server list.