MCPcopy Create free account
hub / github.com/coder/coder / MagicsockServeHTTPDebug

Method MagicsockServeHTTPDebug

tailnet/conn.go:835–837  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

833}
834
835func (c *Conn) MagicsockServeHTTPDebug(w http.ResponseWriter, r *http.Request) {
836 c.magicConn.ServeHTTPDebug(w, r)
837}
838
839// SendConnectedTelemetry should be called when connection to a peer with the given IP is established.
840func (c *Conn) SendConnectedTelemetry(ip netip.Addr, application string) {

Callers 3

ServeHTTPDebugMethod · 0.80
connectedAgentInfoFunction · 0.80

Implementers 1

fakeConnvpn/tunnel_internal_test.go

Calls 1

ServeHTTPDebugMethod · 0.65

Tested by

no test coverage detected