Skip to content

Commit

Permalink
doc: note quoted cookie value change in Go 1.9 relnotes
Browse files Browse the repository at this point in the history
Fixes golang#20834.

Change-Id: Ic60000db6b8ae489a5cedbdc938d9ca1dc34c6d4
Reviewed-on: https://go-review.googlesource.com/47151
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
lucas-clemente authored and bradfitz committed Jun 30, 2017
1 parent 92ad8df commit ee45504
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/go1.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,12 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<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 -->
Expand Down

0 comments on commit ee45504

Please sign in to comment.