diff --git a/control_install.go b/control_install.go index c4338e9d..7ad7a831 100644 --- a/control_install.go +++ b/control_install.go @@ -258,6 +258,8 @@ func handleInstallConfigure(w http.ResponseWriter, r *http.Request) { return } + go refreshFiltersIfNecessary(false) + // this needs to be done in a goroutine because Shutdown() is a blocking call, and it will block // until all requests are finished, and _we_ are inside a request right now, so it will block indefinitely if restartHTTP {