mirror of
https://github.com/golang/go
synced 2024-11-05 20:06:10 -07:00
net: rfc number typo
Change-Id: I9cde2a82a395546d7620b5138cf922b2ac1c94b5
GitHub-Last-Rev: 25b8e972b0
GitHub-Pull-Request: golang/go#54835
Reviewed-on: https://go-review.googlesource.com/c/go/+/427834
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
This commit is contained in:
parent
5b1fbfba1c
commit
2efb5792c3
@ -669,7 +669,7 @@ func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, network, name strin
|
|||||||
// We asked for recursion, so it should have included all the
|
// We asked for recursion, so it should have included all the
|
||||||
// answers we need in this one packet.
|
// answers we need in this one packet.
|
||||||
//
|
//
|
||||||
// Further, RFC 1035 section 4.3.1 says that "the recursive
|
// Further, RFC 1034 section 4.3.1 says that "the recursive
|
||||||
// response to a query will be... The answer to the query,
|
// response to a query will be... The answer to the query,
|
||||||
// possibly preface by one or more CNAME RRs that specify
|
// possibly preface by one or more CNAME RRs that specify
|
||||||
// aliases encountered on the way to an answer."
|
// aliases encountered on the way to an answer."
|
||||||
|
Loading…
Reference in New Issue
Block a user