]> Cypherpunks repositories - gostls13.git/commit
net/http: Request Body error should not be ignored.
authorLuka Zakrajšek <tr00.g33k@gmail.com>
Mon, 17 Mar 2014 22:52:52 +0000 (15:52 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 17 Mar 2014 22:52:52 +0000 (15:52 -0700)
commit2701dadbac7d3bf166124f19659f9b906a026e0a
tree34c7ab37a02f960f78d307bc8d10b539ddca4c74
parentfba1dfc6f0f172a48b1ae0d9dede194d082e4a18
net/http: Request Body error should not be ignored.

Fixes #7521.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/76320043
src/pkg/net/http/requestwrite_test.go
src/pkg/net/http/transfer.go