]> Cypherpunks repositories - gostls13.git/commit
net: return rooted DNS names on windows
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 25 Aug 2015 07:01:49 +0000 (17:01 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 3 Dec 2015 01:44:43 +0000 (01:44 +0000)
commit92cc3c4e7657e9834f91f30029c81c679b35fa50
tree45db9efa7f6a09f77be974fa862ac6c451ed9e80
parent3afee4380b89fb6797a1bf15c22216eb13038e2f
net: return rooted DNS names on windows

This CL also changes windows LookupSRV to return
_xmpp-server._tcp.google.com. as cname instead of google.com
similar to linux. Otherwise TestLookupDots still fails.

Updates #12193 (with plan9 still to do)

Change-Id: Id225e15bee95037cdb4226803506cce690c5d341
Reviewed-on: https://go-review.googlesource.com/13887
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/lookup_windows.go
src/net/lookup_windows_test.go