From 2b00b9432c59a2e0bb9a02944b2da4e5b1a8e49e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 3 Jan 2018 10:45:43 -0800 Subject: [PATCH] cmd/routed: actually enable quic oops --- cmd/routed/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/routed/main.go b/cmd/routed/main.go index bb5bbaa..9fb8e3d 100644 --- a/cmd/routed/main.go +++ b/cmd/routed/main.go @@ -44,6 +44,7 @@ func main() { ln.FatalErr(ctx, err, ln.Action("create server instance")) } + go setupQuic(s, scfg) go setupTLS(s, scfg) // listen on HTTP listener