Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/koding/kite
/ Close
Method
Close
tunnelproxy/proxy.go:114–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
func
(p *Proxy) Close() {
115
p.listener.Close()
116
for
_, k :=
range
p.kites {
117
k.Close()
118
for
_, t :=
range
k.tunnels {
119
t.Close()
120
}
121
}
122
}
123
124
func
(p *Proxy) Start() {
125
go
p.Run()
Callers
2
TestRegisterToKontrol
Function · 0.45
handleProxy
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestRegisterToKontrol
Function · 0.36