]> Cypherpunks repositories - gostls13.git/commit
net/http: disabled test for Transport race / deadlock bug
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 25 Jan 2012 20:31:06 +0000 (12:31 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 25 Jan 2012 20:31:06 +0000 (12:31 -0800)
commitcf09a9d3bfbdf82ba67419b7efbf188651786271
tree8c914feeb938dcdf72a7518b431c24d881dd114f
parent0368ca138babbceb0d4938b421465cb0c3f378f0
net/http: disabled test for Transport race / deadlock bug

The real fix for Issue 2616 is in
https://golang.org/cl/5532057, to be submitted
following this CL, without the test there which doesn't work
reliably. This one seems to.

R=rsc
CC=golang-dev
https://golang.org/cl/5569063
src/pkg/net/http/transport_test.go