• Christian Himpel's avatar
    http: write cookies according to RFC 6265 · 158970ea
    Christian Himpel authored
    RFC 6265 requires that user agents MUST NOT send more than
    one Cookie header in a request.
    
    Note, this change also fixes an issue when sending requests
    with more than one cookie header line to a php script served
    by an apache web server.  Apache concatenates the cookies
    with ", ", but php tries to split them only at ";".  E.g.
    two cookies: "a=b, c=d" are seen by php as one cookie "a"
    with the value "b, c=d".
    
    Fixes #1801
    
    R=bradfitz
    CC=golang-dev
    https://golang.org/cl/4535048
    158970ea
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...