MCPcopy
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
444func (h *httpProxy) Close() {
445 h.Lock()
446 defer h.Unlock()
447 h.s.Close()
448}
449
450func (h *httpProxy) ServeHTTP(w http.ResponseWriter, r *http.Request) {
451 if r.Method != "CONNECT" {

Callers

nothing calls this directly

Calls 3

LockMethod · 0.65
UnlockMethod · 0.65
CloseMethod · 0.65

Tested by

no test coverage detected