From 77bf1e81ecb58a9e981b148b12719563f9e25994 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Fri, 12 Aug 2022 09:36:17 +0200 Subject: [PATCH] Added missing dot in comment --- api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.go b/api.go index a5c23486..561545b8 100644 --- a/api.go +++ b/api.go @@ -21,7 +21,7 @@ import ( ) const ( - // TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed + // TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed. registrationHoldoff = time.Second * 5 reservedResponseHeaderSize = 4 RegisterMethodAuthKey = "authkey" @@ -221,7 +221,7 @@ func (h *Headscale) RegistrationHandler( return } - // Check if the node is waiting for interactive login + // Check if the node is waiting for interactive login. // // TODO(juan): We could use this field to improve our protocol implementation, // and hold the request until the client closes it, or the interactive