]> Cypherpunks repositories - gostls13.git/commit
net/http: send cookies in jar on redirect
authorJeff Hodges <jeff@somethingsimilar.com>
Mon, 16 Jan 2012 20:57:59 +0000 (12:57 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 16 Jan 2012 20:57:59 +0000 (12:57 -0800)
commit650b936b0c4f7ee6d4f74d30a71013de300fbb90
tree4e60c04517d3f3333a96e5dd7191a227edd15446
parentc30ba7e65a1d5562ef28b9fae45873329cb71f41
net/http: send cookies in jar on redirect

Until a RFC 6265 jar lands, Request.AddCookie() will work incorrectly.

Fixes #2692

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