Commit 54b2a83d authored by Mikio Hara's avatar Mikio Hara

net/http: remove dreg of obsoleted network poller

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13261049
parent 3fca9838
......@@ -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") ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment