tailscale/tstest/integration
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>
2024-11-07 22:29:41 -08:00
..
nat wgengine/magicsock: disable raw disco by default; add envknob to enable 2024-09-16 11:06:33 -07:00
testcontrol control/controlhttp/controlhttpserver: split out Accept to its own package 2024-11-07 22:29:41 -08:00
vms all: fix new lint warnings from bumping staticcheck 2024-08-22 12:31:08 -07:00
gen_deps.go all: update tools that manage copyright headers 2023-01-27 15:36:29 -08:00
integration_test.go control/control{client,http}: don't noise dial localhost:443 in http-only tests 2024-10-02 10:41:08 -05:00
integration.go vnet: add control/derps to test, stateful firewall 2024-08-09 09:06:54 -07:00
tailscaled_deps_test_darwin.go cmd/tailscaled: allow setting env via linux cmdline for integration tests 2024-08-10 12:01:21 -07:00
tailscaled_deps_test_freebsd.go cmd/tailscaled: allow setting env via linux cmdline for integration tests 2024-08-10 12:01:21 -07:00
tailscaled_deps_test_linux.go cmd/tailscaled: allow setting env via linux cmdline for integration tests 2024-08-10 12:01:21 -07:00
tailscaled_deps_test_openbsd.go cmd/tailscaled: allow setting env via linux cmdline for integration tests 2024-08-10 12:01:21 -07:00
tailscaled_deps_test_windows.go cmd/tailscaled: allow setting env via linux cmdline for integration tests 2024-08-10 12:01:21 -07:00