summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLucas Clemente <lclemente@google.com>2017-06-29 10:55:48 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2017-06-30 15:37:26 +0000
commitee4550440afd4f896dbcfe40c04e7fe11abd5a7b (patch)
tree3bd97bcd33ca8c46a33c33027d1721dc5de28390 /doc
parent92ad8df5d10b08ae73e8104f3202f458616853f1 (diff)
downloadgo-git-ee4550440afd4f896dbcfe40c04e7fe11abd5a7b.tar.gz
doc: note quoted cookie value change in Go 1.9 relnotes
Fixes #20834. Change-Id: Ic60000db6b8ae489a5cedbdc938d9ca1dc34c6d4 Reviewed-on: https://go-review.googlesource.com/47151 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.9.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 32acf25253..c1ea504d42 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -580,6 +580,12 @@ CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS gener
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
<dd>
+ <p><!-- CL 37328 -->
+ The <a href="/pkg/net/http/#Cookie.String"><code>Cookie.String</code></a> method, used for
+ <code>Cookie</code> and <code>Set-Cookie</code> headers, now encloses values in double quotes
+ if the value contains either a space or a comma.
+ </p>
+
<p>Server changes:</p>
<ul>
<li><!-- CL 38194 -->