1
0
mirror of https://github.com/golang/go synced 2024-09-29 14:14:29 -06:00

net/http: remove dreg of obsoleted network poller

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13261049
This commit is contained in:
Mikio Hara 2013-09-04 10:04:12 +09:00
parent 3fca983872
commit 54b2a83d9a

View 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") ||