mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #420 from claire921/proxy
pkg/proxy: remove unnecessary go routine
This commit is contained in:
commit
1af753a396
@ -83,7 +83,7 @@ func (proxier Proxier) AcceptHandler(service string, listener net.Listener) {
|
||||
inConn.Close()
|
||||
continue
|
||||
}
|
||||
go ProxyConnection(inConn.(*net.TCPConn), outConn.(*net.TCPConn))
|
||||
ProxyConnection(inConn.(*net.TCPConn), outConn.(*net.TCPConn))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user