From: Tobias Klauser Date: Mon, 28 Nov 2022 17:00:55 +0000 (+0100) Subject: doc/go1.20: fix missing tag X-Git-Tag: go1.20rc1~78 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0f28c478b25bc2b5d998b18abadd4ea5c6bb230f;p=gostls13.git doc/go1.20: fix missing tag Change-Id: I9c6f9ec28dbe038ddc195310a32d97d5b2a28ef5 Reviewed-on: https://go-review.googlesource.com/c/go/+/453695 TryBot-Result: Gopher Robot Run-TryBot: Tobias Klauser Reviewed-by: Cherry Mui Reviewed-by: Dmitri Shuralyov Auto-Submit: Tobias Klauser Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.20.html b/doc/go1.20.html index 1a39993c78..f38169f884 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -742,7 +742,7 @@ proxyHandler := &httputil.ReverseProxy{ of a CNAME record when one exists. Previously on Unix systems and when using the pure Go resolver, LookupCNAME would return an error if a CNAME record referred to a name that with no A, - AAAA, or CNAME record. This change modifies + AAAA, or CNAME record. This change modifies LookupCNAME to match the previous behavior on Windows, allowing allowing LookupCNAME to succeed whenever a CNAME exists.