]> Cypherpunks repositories - gostls13.git/commit
net: LookupAddr("127.0.0.1") is "localhost" not "localhost."
authorRuss Cox <rsc@golang.org>
Thu, 7 Jan 2016 01:37:05 +0000 (20:37 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 8 Jan 2016 03:14:47 +0000 (03:14 +0000)
commit6b9298a2c52c60620c9af598c83a26627cc2d2cc
treeb134d071e018dfa22d038f7daf63a5da4563fae3
parentacc7161320038ee6377d589890526cd11912b4e8
net: LookupAddr("127.0.0.1") is "localhost" not "localhost."

Fixes #13564.

Change-Id: I30c827ef4a112fee21b8493a67d0227109e35072
Reviewed-on: https://go-review.googlesource.com/18384
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/dnsclient.go
src/net/lookup_test.go