diff options
| author | cui fliter <imcusg@gmail.com> | 2023-05-05 22:45:32 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-06-13 20:02:49 +0000 |
| commit | 8b53c2d2fc2b6a5a2b2b88b07473a7e4b9974739 (patch) | |
| tree | 233fed816a0ce8dff59c742b92f507476dd0fb81 /src/net/http | |
| parent | 70cb990b15807eb61351b8fbeac28704240787bd (diff) | |
| download | go-8b53c2d2fc2b6a5a2b2b88b07473a7e4b9974739.tar.xz | |
all: fix mismatched symbols
There are some symbol mismatches in the comments, this commit attempts to fix them
Change-Id: I5c9075e5218defe9233c075744d243b26ff68496
Reviewed-on: https://go-review.googlesource.com/c/go/+/492996
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/net/http')
| -rw-r--r-- | src/net/http/cookiejar/jar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/cookiejar/jar.go b/src/net/http/cookiejar/jar.go index d573147650..273b54c84c 100644 --- a/src/net/http/cookiejar/jar.go +++ b/src/net/http/cookiejar/jar.go @@ -465,7 +465,7 @@ func (j *Jar) domainAndType(host, domain string) (string, bool, error) { // dot in the domain-attribute before processing the cookie. // // Most browsers don't do that for IP addresses, only curl - // version 7.54) and IE (version 11) do not reject a + // (version 7.54) and IE (version 11) do not reject a // Set-Cookie: a=1; domain=.127.0.0.1 // This leading dot is optional and serves only as hint for // humans to indicate that a cookie with "domain=.bbc.co.uk" |
