fixup
This commit is contained in:
parent
a0d1787b5b
commit
841ae6e2b9
|
@ -9,7 +9,6 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"sync"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
_ "git.xeserv.us/xena/route/internal"
|
_ "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{
|
f := ln.F{
|
||||||
"kind": "https",
|
"kind": "https",
|
||||||
"addr": scfg.SSLAddr,
|
"addr": scfg.SSLAddr,
|
||||||
|
|
Loading…
Reference in New Issue