]> Cypherpunks repositories - gostls13.git/commit
net: return fallbackOrder immediately for some GOOS
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Thu, 11 May 2023 07:57:33 +0000 (07:57 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 11 May 2023 23:39:53 +0000 (23:39 +0000)
commit1b630b5b0086d3d272eb1d613d7b817a85fbd7f9
tree99566abe3436deee3af1431008f1c3f6136b9acc
parent41893389a6fb6d4d8b181cd90ca58d9d65326f76
net: return fallbackOrder immediately for some GOOS

We don't need to check resolv.conf, nsswitch.conf on these systems.
Seems like this was the behaviour before CL 487196.

Change-Id: I34ef3510891c572772a222fbbe47693aa6c7cf38
GitHub-Last-Rev: 3aace0e6615b79bbf379e05ca3a353e194dc7c0b
GitHub-Pull-Request: golang/go#59946
Reviewed-on: https://go-review.googlesource.com/c/go/+/491995
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Mateusz Poliwczak <mpoliwczak34@gmail.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/conf.go