Files
Brad Fitzpatrick 72780705ed net/tsdial: don't touch the peerapi transport in Close when omitted
Dialer.Close unconditionally called PeerAPITransport, which panics
when the binary is built with the ts_omit_peerapiclient build tag,
so any such binary crashed on shutdown. Skip the idle connection
cleanup in that case; there is no peerapi transport to clean up.

Updates #12614

Change-Id: I6a8fd1860f8b74407fbb12c9a46d5fb07711e142
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2026-08-30 07:45:38 -07:00
..