You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 months ago
..
controlbase all: use Go 1.22 range-over-int 5 months ago
controlclient {control,net}: close idle connections of custom transports 2 months ago
controlhttp control/controlhttp: extract the last network connection 2 months ago
controlknobs health: introduce captive-portal-detected Warnable (#12707) 2 months ago