郭睿 1 yıl önce
ebeveyn
işleme
a474564231
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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");