mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 18:38:52 -07:00
* minor
This commit is contained in:
parent
1fc70cbc08
commit
fd26af2677
@ -372,11 +372,13 @@ func cleanup() {
|
|||||||
|
|
||||||
// Stop HTTP server, possibly waiting for all active connections to be closed
|
// Stop HTTP server, possibly waiting for all active connections to be closed
|
||||||
func stopHTTPServer() {
|
func stopHTTPServer() {
|
||||||
|
log.Info("Stopping HTTP server...")
|
||||||
config.httpsServer.shutdown = true
|
config.httpsServer.shutdown = true
|
||||||
if config.httpsServer.server != nil {
|
if config.httpsServer.server != nil {
|
||||||
config.httpsServer.server.Shutdown(context.TODO())
|
config.httpsServer.server.Shutdown(context.TODO())
|
||||||
}
|
}
|
||||||
config.httpServer.Shutdown(context.TODO())
|
config.httpServer.Shutdown(context.TODO())
|
||||||
|
log.Info("Stopped HTTP server")
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function is called before application exits
|
// This function is called before application exits
|
||||||
|
Loading…
Reference in New Issue
Block a user