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>
2024-08-06 11:42:06 +01:00
..
client_common.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
client_js.go net/wsconn: accept a remote addr string and plumb it through 2023-08-29 16:57:16 -07:00
client.go control/controlhttp: extract the last network connection 2024-08-06 11:42:06 +01:00
constants.go health, all: remove health.Global, finish plumbing health.Tracker 2024-04-26 12:03:11 -07:00
http_test.go control/controlhttp: extract the last network connection 2024-08-06 11:42:06 +01:00
server.go net/wsconn: accept a remote addr string and plumb it through 2023-08-29 16:57:16 -07:00