From 671c4f64f003b1c8d7532a1d59821e460a27f179 Mon Sep 17 00:00:00 2001 From: xx Date: Thu, 6 Jun 2024 23:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DHTTP=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=A4=B1=E8=B4=A5=E5=90=8E=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/app.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/app.cpp b/src/core/app.cpp index 2866a91..8248eed 100644 --- a/src/core/app.cpp +++ b/src/core/app.cpp @@ -78,7 +78,6 @@ bool fastweb::app::start(const std::string& config_filepath) if (!m_center->create(config)) { m_lastErrorDesc = "start failed," + m_center->last_error(); - stop(); return false; } auto website = m_center->website_byname(ws_config.name);