diff --git a/command/agent/fs_endpoint.go b/command/agent/fs_endpoint.go index c57c42d62..d84411e2b 100644 --- a/command/agent/fs_endpoint.go +++ b/command/agent/fs_endpoint.go @@ -206,6 +206,8 @@ func (s *HTTPServer) FileCatRequest(resp http.ResponseWriter, req *http.Request) } var ( + // HeartbeatStreamFrame is the StreamFrame to send as a heartbeat, avoiding + // creating many instances of the empty StreamFrame HeartbeatStreamFrame = &StreamFrame{} )