@@ -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");