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/controlclient
Brad Fitzpatrick c3306bfd15 control/controlhttp/controlhttpserver: split out Accept to its own package
Otherwise all the clients only using control/controlhttp for the
ts2021 HTTP client were also pulling in WebSocket libraries, as the
server side always needs to speak websockets, but only GOOS=js clients
speak it.

This doesn't yet totally remove the websocket dependency on Linux because
Linux has a envknob opt-in to act like GOOS=js for manual testing and force
the use of WebSockets for DERP only (not control). We can put that behind
a build tag in a future change to eliminate the dep on all GOOSes.

Updates #1278

Change-Id: I4f60508f4cad52bf8c8943c8851ecee506b7ebc9
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 weeks ago
..
auto.go
client.go
controlclient_test.go
direct.go control/controlclient: include HTTP status string in error message too 2 months ago
direct_test.go
map.go
map_test.go
noise.go control/control{client,http}: don't noise dial localhost:443 in http-only tests 2 months ago
noise_test.go control/controlhttp/controlhttpserver: split out Accept to its own package 3 weeks ago
sign.go
sign_supported.go
sign_supported_test.go
sign_unsupported.go
status.go