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; }; /**