mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-19 05:21:27 +02:00
The same context we use for the HTTP request here might be re-used by the dialer, which could result in `GotConn` being called multiple times. We only care about the last one. Fixes #13009 Signed-off-by: Anton Tolchanov <anton@tailscale.com>