]> Cypherpunks repositories - gostls13.git/commit
net/http: update sanitizeCookieValue description
authorBrave Cow <rsr715@gmail.com>
Tue, 22 Oct 2019 15:00:07 +0000 (15:00 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 22 Oct 2019 15:03:09 +0000 (15:03 +0000)
commit07ccdeb1927c77ede1d56ac6f1c1871183761ea4
treedc68c5751b422ed203f91d8ce6c0cf275d7f6517
parentea726d8dc6f3fb6f02ff816d8bfafed96fc7788a
net/http: update sanitizeCookieValue description

Commit 8f6d68eb (CL 37328) changed the code of sanitizeCookieValue without updating its description.

Change-Id: Ib4a1a1f316548258b828458a31b09706bbd59b53
GitHub-Last-Rev: 9731494e177d909f33dd7d5ecfe1fd1a1c88a3e1
GitHub-Pull-Request: golang/go#34790
Reviewed-on: https://go-review.googlesource.com/c/go/+/200041
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/cookie.go