update code change for golang.org/x/net/... to release-branch.go1.10

This commit is contained in:
Wenjia Zhang
2018-11-06 16:04:02 -08:00
parent adf155ee9f
commit b540527df0
16 changed files with 3495 additions and 3120 deletions

View File

@@ -61,7 +61,7 @@ func (p *PerHost) dialerForRequest(host string) Dialer {
return p.bypass
}
if host == zone[1:] {
// For a zone "example.com", we match "example.com"
// For a zone ".example.com", we match "example.com"
// too.
return p.bypass
}