mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-03 06:45:49 +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() {
|
go func() {
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
log.Printf("XXXX normal")
|
|
||||||
// Either timeout fired (handled below), or
|
// Either timeout fired (handled below), or
|
||||||
// we're returning via the defer cancel()
|
// we're returning via the defer cancel()
|
||||||
// below.
|
// below.
|
||||||
case <-c.ctx.Done():
|
case <-c.ctx.Done():
|
||||||
log.Printf("XXXX dead2")
|
|
||||||
// Propagate a Client.Close call into
|
// Propagate a Client.Close call into
|
||||||
// cancelling this context.
|
// cancelling this context.
|
||||||
cancel()
|
cancel()
|
||||||
|
1
go.mod
1
go.mod
@ -29,4 +29,3 @@ require (
|
|||||||
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
||||||
rsc.io/goversion v1.2.0
|
rsc.io/goversion v1.2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user