mirror of
https://github.com/golang/go
synced 2024-11-21 16:14:42 -07: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:
parent
3fca983872
commit
54b2a83d9a
@ -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") ||
|
||||
|
Loading…
Reference in New Issue
Block a user