From 44914681e1e654502ca1d271156c341ba60d195a Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 26 Sep 2018 23:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81WebSocket=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_httpApi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_httpApi.cpp b/tests/test_httpApi.cpp index 774484d6..413a872b 100644 --- a/tests/test_httpApi.cpp +++ b/tests/test_httpApi.cpp @@ -113,7 +113,7 @@ int main(int argc,char *argv[]){ //开启http服务器 TcpServer::Ptr httpSrv(new TcpServer()); - httpSrv->start(mINI::Instance()[Config::Http::kPort]);//默认80 + httpSrv->start(mINI::Instance()[Config::Http::kPort]);//默认80 #ifdef ENABLE_OPENSSL //如果支持ssl,还可以开启https服务器