mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
kube-proxy-test: fix goroutine leak
Signed-off-by: Gaurav Singh <gaurav1086@gmail.com>
This commit is contained in:
parent
4e8b56e667
commit
501f709c9d
@ -525,7 +525,7 @@ udpIdleTimeout: 250ms`)
|
|||||||
}
|
}
|
||||||
opt.proxyServer = tc.proxyServer
|
opt.proxyServer = tc.proxyServer
|
||||||
|
|
||||||
errCh := make(chan error)
|
errCh := make(chan error, 1)
|
||||||
go func() {
|
go func() {
|
||||||
errCh <- opt.runLoop()
|
errCh <- opt.runLoop()
|
||||||
}()
|
}()
|
||||||
|
Loading…
Reference in New Issue
Block a user