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
Brad Fitzpatrick 8c4cef60f8 derp: wait for send goroutine to finish before returning from run
I saw a test flake due to the sender goroutine logging (ultimately to
t.Logf) after the server was closed.

This makes sure the all goroutines are cleaned up before Server.Close
returns.
5 years ago
..
derphttp derp: introduce Conn interface 5 years ago
derpmap derp/derpmap: new DERP config package, merge netcheck into magicsock more 5 years ago
derp.go derp, magicsock: track home (preferred) vs visiting connections for stats 5 years ago
derp_client.go derp: introduce Conn interface 5 years ago
derp_server.go derp: wait for send goroutine to finish before returning from run 5 years ago
derp_test.go derp: deflake test 5 years ago