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/controlhttp
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>
3 months ago
..
client.go control/controlhttp: extract the last network connection 3 months ago
client_common.go all: update copyright and license headers 2 years ago
client_js.go net/wsconn: accept a remote addr string and plumb it through 1 year ago
constants.go health, all: remove health.Global, finish plumbing health.Tracker 6 months ago
http_test.go control/controlhttp: extract the last network connection 3 months ago
server.go net/wsconn: accept a remote addr string and plumb it through 1 year ago