Descriptionhttp: 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.
Patch Set 1 #Patch Set 2 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #Patch Set 3 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #Patch Set 4 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #Patch Set 5 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #MessagesTotal messages: 3
|