]> Cypherpunks repositories - gostls13.git/commit
net/http: add partitioned attribute to cookie type
authorislishude <islishude@gmail.com>
Wed, 22 May 2024 00:44:40 +0000 (00:44 +0000)
committerDamien Neil <dneil@google.com>
Wed, 22 May 2024 18:33:05 +0000 (18:33 +0000)
commit2bf686dfe902c900bb0c9a140b49e5697d451944
treeba187c697494c2b6dbc2c187289c07eff36d3f55
parent614f2284d94364f8e245e2c6ea9b4eca50e650d1
net/http: add partitioned attribute to cookie type

Fixes #62490

Change-Id: Ibe7df96f50275c9321462e994a962031cb1f3018
GitHub-Last-Rev: 7df8738b804c3d82460eec1fc4acd7c6ad733fe1
GitHub-Pull-Request: golang/go#62499
Reviewed-on: https://go-review.googlesource.com/c/go/+/526435
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Théo Dury <tdury2@gmail.com>
api/next/62490.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/net/http/62490.md [new file with mode: 0644]
src/net/http/cookie.go
src/net/http/cookie_test.go