]> Cypherpunks repositories - gostls13.git/commit
net: use the lookupOrder for go resolver LookupAddr
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Sun, 7 May 2023 13:51:15 +0000 (13:51 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 11 May 2023 16:11:07 +0000 (16:11 +0000)
commit2e7d864f43b957673f50e648b27c46074ed43404
tree03dbd6a6c4a3c0866e05185d7a324f455faee111
parentaff2f4a7248a35cd16e24894d125faa2730247bd
net: use the lookupOrder for go resolver LookupAddr

To mach the cgo version behaviour and the LookupHost (go resolver).

Change-Id: I7dc3424d508a62e67f20c7810743399c35a9b60c
GitHub-Last-Rev: 29924c13a6c0598bf58b7fc3fae74b10bab0f0ee
GitHub-Pull-Request: golang/go#60024
Reviewed-on: https://go-review.googlesource.com/c/go/+/493235
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/dnsclient_unix.go
src/net/lookup_plan9.go
src/net/lookup_unix.go
src/net/lookup_windows.go