From 46090962719095d88f174825bd346ee37ebbe719 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 17 Feb 2022 14:55:23 -0800 Subject: [PATCH] tailcfg: fix stale docs for MapResponse.KeepAlive Signed-off-by: Josh Bleecher Snyder --- tailcfg/tailcfg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index dd7d13ec5..b0969b085 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -1195,7 +1195,7 @@ type PingRequest struct { type MapResponse struct { // KeepAlive, if set, represents an empty message just to keep // the connection alive. When true, all other fields except - // PingRequestURL are ignored. + // PingRequest are ignored. KeepAlive bool `json:",omitempty"` // PingRequest, if non-empty, is a request to the client to