Refactor proxy a bit

This commit is contained in:
2023-01-03 12:58:18 +01:00
parent fd1630a554
commit c13bea5ab4
5 changed files with 30 additions and 26 deletions

View File

@ -130,6 +130,9 @@ static void terminate_gracefully(int sig) {
sigaction(SIGINT, &act, NULL);
sigaction(SIGTERM, &act, NULL);
// TODO close client connections
// TODO close proxy connections
workers_stop();
workers_destroy();