Percy Wegmann c1029de875
ipn/localapi: don't indent status response
Doing indented JSON marshaling results in encoding/json
allocating an internal buffer, so even when encoding directly
to a writer, it still generates a lot of garbage.

Updates tailscale/corp#18514

Signed-off-by: Percy Wegmann <percy@tailscale.com>
2024-03-21 07:22:25 -05:00
..