fix proxy checker goroutine leak

This commit is contained in:
zu1k
2020-08-16 12:41:31 +08:00
parent 892ba586ed
commit 7b74ed4419

View File

@@ -68,6 +68,7 @@ func checkProxyWithChan(p Proxy, c chan checkResult) {
name: p.Identifier(),
delay: 0,
}
return
}
c <- checkResult{
name: p.Identifier(),