mirror of https://github.com/golang/go.git
doc/go1.20: fix typo
Change-Id: Id0319a9cc9acc549022fdcd6b7d71c7343afd245
GitHub-Last-Rev: 2b84d25763
GitHub-Pull-Request: golang/go#57187
Reviewed-on: https://go-review.googlesource.com/c/go/+/456395
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
c6ad9dc9b5
commit
6b895d9eaa
|
|
@ -883,7 +883,7 @@ proxyHandler := &httputil.ReverseProxy{
|
|||
if a <code>CNAME</code> record referred to a name that with no <code>A</code>,
|
||||
<code>AAAA</code>, or <code>CNAME</code> record. This change modifies
|
||||
<code>LookupCNAME</code> to match the previous behavior on Windows,
|
||||
allowing allowing <code>LookupCNAME</code> to succeed whenever a
|
||||
allowing <code>LookupCNAME</code> to succeed whenever a
|
||||
<code>CNAME</code> exists.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue