mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-24 02:01:01 +00:00
derp: remove some debug noise I left in
:(
This commit is contained in:
parent
752146a70f
commit
38acccad09
@ -111,12 +111,10 @@ func (c *Client) connect(ctx context.Context, caller string) (client *derp.Clien
|
||||
go func() {
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
log.Printf("XXXX normal")
|
||||
// Either timeout fired (handled below), or
|
||||
// we're returning via the defer cancel()
|
||||
// below.
|
||||
case <-c.ctx.Done():
|
||||
log.Printf("XXXX dead2")
|
||||
// Propagate a Client.Close call into
|
||||
// cancelling this context.
|
||||
cancel()
|
||||
|
Loading…
x
Reference in New Issue
Block a user