mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-25 02:31:00 +00:00

- Reset() was not including a Version field, so was getting rejected; the Logout operation no longer happened when the client got disconnected. - Don't crash if we can't decode 0-byte messages, which I suspect might sometimes come through on EOF. Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>