Hopeful fix

This commit is contained in:
2023-01-11 23:53:43 +01:00
parent a3dcddf69d
commit 5bd9b3fb33
2 changed files with 6 additions and 7 deletions

View File

@ -202,7 +202,7 @@ static void terminate_gracefully(int sig) {
workers_destroy();
while (list_size(clients) > 0)
server_free_client(clients[0]);
tcp_close(clients[0]);
proxy_close_all();
logger_set_prefix("");