diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2024-11-07 16:49:47 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2024-11-07 22:29:41 -0800 |
| commit | 020cacbe702463f14a5d2d5427819c491c7e6578 (patch) | |
| tree | 3a80ce3a250bde982d279faaed1d429bcede5680 /control/controlhttp/controlhttpserver/controlhttpserver.go | |
| parent | c3306bfd15e761e0ad38e3e3970becd0d301e4c7 (diff) | |
| download | tailscale-020cacbe702463f14a5d2d5427819c491c7e6578.tar.xz tailscale-020cacbe702463f14a5d2d5427819c491c7e6578.zip | |
derp/derphttp: don't link websockets other than on GOOS=js
Or unless the new "ts_debug_websockets" build tag is set.
Updates #1278
Change-Id: Ic4c4f81c1924250efd025b055585faec37a5491d
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Diffstat (limited to 'control/controlhttp/controlhttpserver/controlhttpserver.go')
| -rw-r--r-- | control/controlhttp/controlhttpserver/controlhttpserver.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control/controlhttp/controlhttpserver/controlhttpserver.go b/control/controlhttp/controlhttpserver/controlhttpserver.go index 47f049c18..af3207810 100644 --- a/control/controlhttp/controlhttpserver/controlhttpserver.go +++ b/control/controlhttp/controlhttpserver/controlhttpserver.go @@ -3,7 +3,7 @@ //go:build !ios -// Packet controlhttpserver contains the HTTP server side of the ts2021 control protocol. +// Package controlhttpserver contains the HTTP server side of the ts2021 control protocol. package controlhttpserver import ( |
