Test for go-build
This commit is contained in:
parent
b5ae3d806a
commit
7c5e347837
@ -84,8 +84,6 @@ func (svr *Service) RunDashboardServer(address string) (err error) {
|
|||||||
Handler: router,
|
Handler: router,
|
||||||
TLSConfig: cfg,
|
TLSConfig: cfg,
|
||||||
TLSNextProto: make(map[string]func(*http.Server, *tls.Conn, http.Handler), 0),
|
TLSNextProto: make(map[string]func(*http.Server, *tls.Conn, http.Handler), 0),
|
||||||
ReadTimeout: httpServerReadTimeout,
|
|
||||||
WriteTimeout: httpServerWriteTimeout,
|
|
||||||
}
|
}
|
||||||
go server.ListenAndServeTLS("", "")
|
go server.ListenAndServeTLS("", "")
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user