mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-01 14:13:32 +00:00
DERP doesn't support HTTP/2. If an HTTP/2 proxy was placed in front of a DERP server requests would fail because the connection would be initialized with HTTP/2, which the DERP client doesn't support. Signed-off-by: Kyle Carberry <kyle@carberry.com>