Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailscale/tailscale
/ Close
Method
Close
control/controlhttp/http_test.go:444–448 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
442
}
443
444
func
(h *httpProxy) Close() {
445
h.Lock()
446
defer
h.Unlock()
447
h.s.Close()
448
}
449
450
func
(h *httpProxy) ServeHTTP(w http.ResponseWriter, r *http.Request) {
451
if
r.Method !=
"CONNECT"
{
Callers
nothing calls this directly
Calls
3
Lock
Method · 0.65
Unlock
Method · 0.65
Close
Method · 0.65
Tested by
no test coverage detected