]> Cypherpunks repositories - gostls13.git/commit
net/http: add cookies from jar to POST request.
authorVolker Dobler <dr.volker.dobler@gmail.com>
Mon, 21 May 2012 17:57:15 +0000 (10:57 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 21 May 2012 17:57:15 +0000 (10:57 -0700)
commitb4456df6d237e2f8dc66c3f405d2d79836aa797d
tree29b37913f49c309a4d03e2caa2f95a0f6b24a62c
parent30c0d2315e1c6bdd7a0ba4f7c9e498486cecb750
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