郭睿 1 年之前
父節點
當前提交
a474564231
共有 1 個文件被更改,包括 1 次插入0 次删除
  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");