tailscale/control
Anton Tolchanov 7bac5dffcb control/controlhttp: extract the last network connection
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>
2024-08-06 11:42:06 +01:00
..
controlbase all: use Go 1.22 range-over-int 2024-04-16 15:32:38 -07:00
controlclient {control,net}: close idle connections of custom transports 2024-08-05 17:28:15 +01:00
controlhttp control/controlhttp: extract the last network connection 2024-08-06 11:42:06 +01:00
controlknobs health: introduce captive-portal-detected Warnable (#12707) 2024-07-26 11:25:55 -07:00