]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] net/http: add cookies from jar to POST request.
authorVolker Dobler <dr.volker.dobler@gmail.com>
Wed, 13 Jun 2012 20:24:02 +0000 (16:24 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Jun 2012 20:24:02 +0000 (16:24 -0400)
commit6a8746470989795c66a7599b6b7b02893c9f8722
tree95dfb1d25b42f57123a44eb6ac66622d8a20c70a
parented3ffb7013d8fb5925fc3ee828fe081d35c442e6
[release-branch.go1] net/http: add cookies from jar to POST request.

««« backport 05fc2ee43b46
net/http: add cookies from jar to POST request.

The main content of this CL is a test case checking the reported
issue 3511 and a tiny fix for it.  A subsequent CL will refactor
the fix as proposed issue 3511.

Fixes #3511.

R=golang-dev, steven.hartland, bradfitz
CC=golang-dev
https://golang.org/cl/6013049

»»»
src/pkg/net/http/client.go
src/pkg/net/http/client_test.go