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/derp/derphttp
M. J. Fromberger 09a2a1048d
derp: fix an unchecked error in a test (#17694)
Found by staticcheck, the test was calling derphttp.NewClient but not checking
its error result before doing other things to it.

Updates #cleanup

Change-Id: I4ade35a7de7c473571f176e747866bc0ab5774db
Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
1 month ago
..
derphttp_client.go feature, net/tshttpproxy: pull out support for using proxies as a feature 2 months ago
derphttp_test.go derp: fix an unchecked error in a test (#17694) 1 month ago
export_test.go derp/derpserver: split off derp.Server out of derp into its own package 2 months ago
mesh_client.go derp/derphttp: add error notify for RunWatchConnectionLoop (#16261) 6 months ago
websocket.go derp/derphttp: don't link websockets other than on GOOS=js 1 year ago
websocket_stub.go derp/derphttp: don't link websockets other than on GOOS=js 1 year ago