From 4d424590043fe3a8c323e58922151536b738ade5 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 29 Dec 2019 16:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Http/HttpBody.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Http/HttpBody.h b/src/Http/HttpBody.h index 66443ad0..c82163a4 100644 --- a/src/Http/HttpBody.h +++ b/src/Http/HttpBody.h @@ -50,7 +50,7 @@ class HttpBody : public std::enable_shared_from_this{ public: typedef std::shared_ptr Ptr; HttpBody(){ - _async_read_thread = WorkThreadPool::Instance().getPoller(); +// _async_read_thread = WorkThreadPool::Instance().getPoller(); } virtual ~HttpBody(){} @@ -94,7 +94,7 @@ public: #endif } private: - EventPoller::Ptr _async_read_thread; +// EventPoller::Ptr _async_read_thread; }; /**