Commit df2c5d54 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

http: update cookie doc to reference new RFC 6265

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4442100
parent 3e9a1d50
......@@ -15,9 +15,9 @@ import (
"time"
)
// This implementation is done according to IETF draft-ietf-httpstate-cookie-23, found at
// This implementation is done according to RFC 6265:
//
// http://tools.ietf.org/html/draft-ietf-httpstate-cookie-23
// http://tools.ietf.org/html/rfc6265
// A Cookie represents an HTTP cookie as sent in the Set-Cookie header of an
// HTTP response or the Cookie header of an HTTP request.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment