郭睿 1 year ago
parent
commit
a474564231
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Httpserver.cpp

+ 1 - 0
Httpserver.cpp

@@ -70,6 +70,7 @@ static int errorCount = 0;
 int HttpServer::RunHttpServer()
 {
     std::thread th([]{ 
+
         Server svr;
         if(!svr.is_valid()) {
             printf("server has an error...\n");