mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
bc77c66290
Previously, any change to endpoints or hostinfo (or hostinfo's netinfo) would result in the long-running map request HTTP stream being torn down and restarted, losing all compression context along with it. This change makes us instead send a lite map request (OmitPeers: true, Stream: false) that doesn't subscribe to anything, and then the coordination server knows to not close other streams for that node when it recives a lite request. Fixes tailscale/corp#797 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> |
||
---|---|---|
.. | ||
auto.go | ||
controlclient_test.go | ||
direct_clone.go | ||
direct_test.go | ||
direct.go | ||
filter.go | ||
hostinfo_linux.go | ||
hostinfo_windows.go | ||
netmap_test.go | ||
netmap.go | ||
persist_test.go |