]> Cypherpunks repositories - gostls13.git/commit
net: drop redundant domain name length check
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 22 Aug 2015 02:03:11 +0000 (11:03 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 23 Aug 2015 10:43:46 +0000 (10:43 +0000)
commitc049d34006b055cabd6c0f146936ee156231ef13
treeff9fa5a401868107a8985f07d82f159bb44b1dd2
parent8ca785621e7239b2f11ae2e02f00ef961241712f
net: drop redundant domain name length check

It is already validated by isDoaminName.

Change-Id: I7a955b632a5143e16b012641cf12bad452900753
Reviewed-on: https://go-review.googlesource.com/13789
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/dnsclient_unix.go