]> Cypherpunks.ru repositories - gostls13.git/commit
net: don't append a dot to TXT records on Plan 9
authorFazlul Shahriar <fshahriar@gmail.com>
Thu, 25 Feb 2021 20:16:25 +0000 (15:16 -0500)
committerDavid du Colombier <0intro@gmail.com>
Tue, 9 Mar 2021 19:25:34 +0000 (19:25 +0000)
commite4f3cfadf618df5135bf0952507ab491975cceb5
tree4e8c993a027a7c7741a0758e5314aa8b69c39140
parent382851c1fd135a99efbe128a3be0ce466d42506f
net: don't append a dot to TXT records on Plan 9

TXT records are not domain names, so no need to call absDomainName.
The output now matches the pure Go resolver.

Fixes #44619

Change-Id: I1ebf09152ff5c0446d2e2b4c26671358892d9dc9
Reviewed-on: https://go-review.googlesource.com/c/go/+/296589
Reviewed-by: David du Colombier <0intro@gmail.com>
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: David du Colombier <0intro@gmail.com>
Trust: Ian Lance Taylor <iant@golang.org>
src/net/lookup_plan9.go