]> Cypherpunks repositories - gostls13.git/commit
http: fix racy test with a simpler version
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 2 May 2011 20:01:36 +0000 (13:01 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 2 May 2011 20:01:36 +0000 (13:01 -0700)
commitf279a939290eb527f60241d488029803d3d2ed19
tree3e1f52100d5937770b0c01d6bb6a4cbca6891028
parent623e7de1871c627ab976113dec4bccf5a807eb74
http: fix racy test with a simpler version

This was seen breaking the slow arm5 builder:
http://godashboard.appspot.com/log/ec54ee302a70c07093e8f5c47454b3eb48768b77e1d8cc7943d8951f8b6696be

The test was unnecessarily complex and didn't benefit from
using httptest.Server. That just got in the way.

R=rsc
CC=golang-dev
https://golang.org/cl/4439088
src/pkg/http/serve_test.go