Skip to content

Commit 8d59d93

Browse files
committed
remove exit for debug
1 parent ad7863a commit 8d59d93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mandatory/src/WebServer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ void WebServer::exit_handler(int signum)
143143
{
144144
if (signum == SIGINT)
145145
{
146-
exit (1);
147146
std::cerr << "\rExiting..." << std::endl;
148147
WebServer::ExitFlag = true;
149148
}

0 commit comments

Comments
 (0)