diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-17 20:22:52 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-17 20:22:52 +0000 |
commit | 2585e05af116cb95d2d2c36b096345c2b982e39c (patch) | |
tree | d0db377bd9465d4d74db60e6969abf6987a4c81c /cgi | |
parent | 0f01fc1004122e18f5320f28db63830666a4c8be (diff) | |
download | communique-2585e05af116cb95d2d2c36b096345c2b982e39c.tar.gz |
refactor
Diffstat (limited to 'cgi')
-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 |