• Volker Dobler's avatar
    net/http: remove todos from cookie code · 939b3fa3
    Volker Dobler authored
    The Domain and Path field of a parsed cookie have been
    the unprocessed wire data since Go 1.0; this seems to
    be okay for most applications so let's keep it.
    
    Returning the unprocessed wire data makes it easy to
    handle nonstandard or even broken clients without
    consulting Raw or Unparsed of a cookie.
    
    The RFC 6265 parsing rules for domain and path are
    currently buried in net/http/cookiejar but could be
    exposed in net/http if necessary.
    
    R=bradfitz, nigeltao
    CC=golang-codereviews
    https://golang.org/cl/48060043
    939b3fa3
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...