MCPcopy Index your code
hub / github.com/tailscale/tailscale / HandleConn

Method HandleConn

drive/driveimpl/local_impl.go:69–71  ·  view source on GitHub ↗

HandleConn handles connections from local WebDAV clients

(conn net.Conn, remoteAddr net.Addr)

Source from the content-addressed store, hash-verified

67
68// HandleConn handles connections from local WebDAV clients
69func (s *FileSystemForLocal) HandleConn(conn net.Conn, remoteAddr net.Addr) error {
70 return s.listener.HandleConn(conn, remoteAddr)
71}
72
73// SetRemotes sets the complete set of remotes on the given tailnet domain
74// using a map of name -> url. If transport is specified, that transport

Callers

nothing calls this directly

Implementers 1

FileSystemForLocaldrive/driveimpl/local_impl.go

Calls 1

HandleConnMethod · 0.65

Tested by

no test coverage detected