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/control/controlclient
Brad Fitzpatrick 206d98e84b control/controlclient: restore aggressive Direct.Close teardown
In the earlier http2 package migration (1d93bdce20, #17394) I had
removed Direct.Close's tracking of the connPool, thinking it wasn't
necessary.

Some tests (in another repo) are strict and like it to tear down the
world and wait, to check for leaked goroutines. And they caught this
letting some goroutines idle past Close, even if they'd eventually
close down on their own.

This restores the connPool accounting and the aggressife close.

Updates #17305
Updates #17394

Change-Id: I5fed283a179ff7c3e2be104836bbe58b05130cc7
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 months ago
..
auto.go control/controlclient,health,ipn/ipnlocal,health: fix deadlock by deleting health reporting 2 months ago
client.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 3 months ago
controlclient_test.go net/netmon: remove usage of direct callbacks from netmon (#17292) 2 months ago
direct.go control/controlclient: restore aggressive Direct.Close teardown 2 months ago
direct_test.go net/netmon: remove usage of direct callbacks from netmon (#17292) 2 months ago
errors.go control/controlclient, ipn: add client audit logging (#14950) 9 months ago
map.go control/controlclient: optimize zstd decode of KeepAlive messages 2 months ago
map_test.go control/controlclient: optimize zstd decode of KeepAlive messages 2 months ago
sign.go all: update copyright and license headers 3 years ago
sign_supported.go util/syspolicy/policyclient: add policyclient.Client interface, start plumbing 3 months ago
sign_supported_test.go all: update copyright and license headers 3 years ago
sign_unsupported.go util/syspolicy/policyclient: add policyclient.Client interface, start plumbing 3 months ago
status.go all: implement AppendText alongside MarshalText (#9207) 2 years ago