]> Cypherpunks repositories - gostls13.git/commit
net/http: only call client SetCookie when needed
authorJoakim Sernbrant <serbaut@gmail.com>
Thu, 20 Dec 2012 00:24:38 +0000 (16:24 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 20 Dec 2012 00:24:38 +0000 (16:24 -0800)
commitd0283ab62ab692ee4c28e31d85740a5804b5540a
tree040013391217e1f7d1e4c99027bd278a97f1d993
parentff5d47ebbaad42862e97e93d46fc89c768c098a3
net/http: only call client SetCookie when needed

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6968049
src/pkg/net/http/client.go
src/pkg/net/http/client_test.go