]> Cypherpunks repositories - gostls13.git/commit
net/http: enable TestRequestDoesntBodyCloseDoesntBlock
authorEmmanuel Odeke <emm.odeke@gmail.com>
Sat, 29 Apr 2017 07:42:19 +0000 (01:42 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 29 Apr 2017 15:56:48 +0000 (15:56 +0000)
commitcf1b323fc891664b2c72726db51933b6f75f5dac
tree242d6862b180e3690f2121814ec04cc6adad8b08
parent11eaf428867417b9d5fab4deadd0ef03c9fd9773
net/http: enable TestRequestDoesntBodyCloseDoesntBlock

Fixes #7121.

CL 31173 inadvertently fixed this issue in the Go1.8 cycle.
This CL enables the test for that issue.

Change-Id: I8e73b41f646fa89c75bff833c1b07e1cdb2b1e62
Reviewed-on: https://go-review.googlesource.com/42149
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/serve_test.go