]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: fix DumpRequestOut with ContentLength & false body param
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 29 Oct 2013 21:06:11 +0000 (14:06 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 29 Oct 2013 21:06:11 +0000 (14:06 -0700)
commit1428045469302d81a6bc19ae9f1dd1e2905ea855
tree34966c3d49412e8a4366d6628dd48bbf931d98d5
parent22b3822da77645648148e0528f6990bf852a228b
net/http/httputil: fix DumpRequestOut with ContentLength & false body param

Fixes #6471

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/14920050
src/pkg/net/http/httputil/dump.go
src/pkg/net/http/httputil/dump_test.go