bugfix/194-fix_servers_sighup_reload #200

Merged
alexvanin merged 1 commit from dkirillov/frostfs-http-gw:bugfix/194-fix_servers_sighup_reload into master 2025-02-03 13:01:25 +00:00
Showing only changes of commit 72e5d645b9 - Show all commits

View file

@ -894,8 +894,8 @@ func (a *app) updateServers() error {
if err := ser.UpdateCert(serverInfo.TLS.CertFile, serverInfo.TLS.KeyFile); err != nil {
return fmt.Errorf("failed to update tls certs: %w", err)
}
found = true
}
found = true
} else if unbind := a.updateUnbindServerInfo(serverInfo); unbind {
found = true
}