Revert "magicsock: call RequestStatus when DERP connects"

Seems to break linux CI builder. Cannot reproduce locally,
so attempting a rollback.

This reverts commit cd7bc02ab1.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw
2020-08-25 15:14:57 -04:00
parent a3fb422a39
commit a67b174da1
2 changed files with 4 additions and 6 deletions

View File

@@ -1206,7 +1206,6 @@ func (c *Conn) derpWriteChanOfAddr(addr netaddr.IPPort, peer key.Public) chan<-
go c.runDerpReader(ctx, addr, dc, wg, startGate)
go c.runDerpWriter(ctx, dc, ch, wg, startGate)
go c.epFunc(nil) // call RequestStatus with DERPs change
return ad.writeCh
}