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/controlhttp
Mihai Parparita 1ce0e558a7 cmd/derper, control/controlhttp: disable WebSocket compression
The data that we send over WebSockets is encrypted and thus not
compressible. Additionally, Safari has a broken implementation of compression
(see nhooyr/websocket#218) that makes enabling it actively harmful.

Fixes tailscale/corp#6943

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
client.go Allow any port for HTTPS when using Noise over TLS 2 years ago
client_js.go cmd/tailscale/cli: fix build break 2 years ago
constants.go control/controlhttp: allow client and server to communicate over WebSockets 2 years ago
http_test.go control/controlhttp: don't assume port 80 upgrade response will work 2 years ago
server.go cmd/derper, control/controlhttp: disable WebSocket compression 2 years ago