diff options
Diffstat (limited to 'cgi/servers.go')
-rw-r--r-- | cgi/servers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/servers.go b/cgi/servers.go index b18c6a3..0f23aac 100644 --- a/cgi/servers.go +++ b/cgi/servers.go @@ -21,7 +21,7 @@ func NewServers() *Servers { } // Start iterates over all Handlers and starts an internal CGI server for each one -// along with ticker for the configured handler interval and blocks forever +// along with ticker for the configured handler interval then blocks indefinitely func (s *Servers) Start(cfg config.Config) { var wg sync.WaitGroup |