]> Cypherpunks repositories - gostls13.git/commit
net: allow _ in names
authorRuss Cox <rsc@golang.org>
Thu, 7 Oct 2010 10:45:50 +0000 (06:45 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 7 Oct 2010 10:45:50 +0000 (06:45 -0400)
commit2408a4bbbd8db78c890b9911868fb4face7558d7
tree33054d4ed558f6d8412812e8d6444613756c2075
parent7eb13b95a39300b50c02dde0cf32c76d992dcab7
net: allow _ in names

Enables lookup of _jabber._tcp.gmail.com's SRV record.

Fixes #1167.

R=r, r2
CC=golang-dev
https://golang.org/cl/2353043
src/pkg/net/dnsclient.go