From: Mikio Hara Date: Wed, 4 Sep 2013 01:04:12 +0000 (+0900) Subject: net/http: remove dreg of obsoleted network poller X-Git-Tag: go1.2rc2~355 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=54b2a83d9ae31bdb7a6c5aa97f7dfa219b40035d;p=gostls13.git net/http: remove dreg of obsoleted network poller R=golang-dev, r CC=golang-dev https://golang.org/cl/13261049 --- diff --git a/src/pkg/net/http/z_last_test.go b/src/pkg/net/http/z_last_test.go index 2161db7365..5a0cc11984 100644 --- a/src/pkg/net/http/z_last_test.go +++ b/src/pkg/net/http/z_last_test.go @@ -23,7 +23,6 @@ func interestingGoroutines() (gs []string) { } stack := strings.TrimSpace(sl[1]) if stack == "" || - strings.Contains(stack, "created by net.newPollServer") || strings.Contains(stack, "created by net.startServer") || strings.Contains(stack, "created by testing.RunTests") || strings.Contains(stack, "closeWriteAndWait") ||