-
Notifications
You must be signed in to change notification settings - Fork 351
_content/doc/go1.20: add release note for new cookie.valid behavior #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_content/doc/go1.20: add release note for new cookie.valid behavior #193
Conversation
This PR (HEAD: f00669a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/website/+/468716 to see it. Tip: You can toggle comments from me using the |
Message from Damien Neil: Patch Set 1: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/468716. |
Fixes golang/go#58485 Add a release note documenting that Cookie.Valid ignores the Cookie.Expires field when empty. Signed-off-by: Warren Fernandes <[email protected]>
f00669a
to
6355670
Compare
This PR (HEAD: 6355670) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/website/+/468716 to see it. Tip: You can toggle comments from me using the |
Message from Warren Fernandes: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/468716. |
Message from Damien Neil: Patch Set 3: Auto-Submit+1 Run-TryBot+1 (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/468716. |
Message from Damien Neil: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/468716. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/468716. |
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/468716. |
This PR is being closed because golang.org/cl/468716 has been merged. |
Fixes #58485 Add a release note documenting that Cookie.Valid ignores the Cookie.Expires field when empty. Change-Id: Ia0138dc2252c309c36ff774e30e4aa9a874bf1e5 GitHub-Last-Rev: 6355670 GitHub-Pull-Request: golang#193 Reviewed-on: https://go-review.googlesource.com/c/website/+/468716 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Damien Neil <[email protected]> Auto-Submit: Damien Neil <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
Fixes #58485
Add a release note documenting that Cookie.Valid ignores the
Cookie.Expires field when empty.