]> Cypherpunks repositories - gostls13.git/commit
net/http/httptest: clean up unnecessary goroutine
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 31 Mar 2016 07:28:10 +0000 (00:28 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 31 Mar 2016 10:48:47 +0000 (10:48 +0000)
commit139891e81517231647ad48bade57604021b3fd1d
treeeced1f5f5fba94d325f7b97d61db0d99c7c09b7d
parente6066711a0f92824ded94849e4f1085c2ba612c3
net/http/httptest: clean up unnecessary goroutine

Finishes cleanup which was too late to do when discovered during the
Go 1.6 cycle.

Fixes #14291

Change-Id: Idc69fadbba10baf246318a22b366709eff088a75
Reviewed-on: https://go-review.googlesource.com/21360
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/httptest/server.go