fixup
This commit is contained in:
parent
a0d1787b5b
commit
841ae6e2b9
|
@ -9,7 +9,6 @@ import (
|
|||
"net/http"
|
||||
"os"
|
||||
"os/signal"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
_ "git.xeserv.us/xena/route/internal"
|
||||
|
@ -148,7 +147,7 @@ func setupQuic(ctx context.Context, s *Server, scfg Config) {
|
|||
}
|
||||
}
|
||||
|
||||
func setupTLS(ctx context.Context, wg *sync.WaitGroup, s *Server, scfg Config) {
|
||||
func setupTLS(ctx context.Context, s *Server, scfg Config) {
|
||||
f := ln.F{
|
||||
"kind": "https",
|
||||
"addr": scfg.SSLAddr,
|
||||
|
|
Loading…
Reference in New Issue