]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: remove dreg of obsoleted network poller
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 4 Sep 2013 01:04:12 +0000 (10:04 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 4 Sep 2013 01:04:12 +0000 (10:04 +0900)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13261049

src/pkg/net/http/z_last_test.go

index 2161db7365ddd25dbc6e7c245bc640756c43a009..5a0cc1198497eade1070d962b756c76a301a7537 100644 (file)
@@ -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") ||