David Crawshaw b360ab1c6b tsnet: avoid deadlock on close
tsnet.Server.Close was calling listener.Close with the server mutex
held, but the listener close method tries to grab that mutex, resulting
in a deadlock.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
2023-03-12 22:23:02 -07:00
..
2023-03-12 22:23:02 -07:00
2023-03-12 22:23:02 -07:00