summaryrefslogtreecommitdiffhomepage
path: root/control/ts2021/client_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-02control/controlclient: remove x/net/http2, use net/httpBrad Fitzpatrick1-0/+363
Saves 352 KB, removing one of our two HTTP/2 implementations linked into the binary. Fixes #17305 Updates #15015 Change-Id: I53a04b1f2687dca73c8541949465038b69aa6ade Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>