]> Cypherpunks repositories - gostls13.git/commit
net: don't recheck goosPrefersCgo in hostLookupOrder
authorIan Lance Taylor <iant@golang.org>
Fri, 28 Apr 2023 17:29:58 +0000 (10:29 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 2 May 2023 00:12:43 +0000 (00:12 +0000)
commit04f059f9efbb2a202ddb6a3c6f87efa8073e562f
treeccb5b78a26000a17e1760a43a2ca6f685542099e
parent80d64adb7950d09371a351bbd3a23facc2cfe5cf
net: don't recheck goosPrefersCgo in hostLookupOrder

We only did it for testing. Remove the single test that required it.

Change-Id: Ib6c3a2debfd3f48e95af37f23fdfde847ff87a41
Reviewed-on: https://go-review.googlesource.com/c/go/+/490395
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/net/conf.go
src/net/conf_test.go