diff options
| -rw-r--r-- | src/monitor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor.cc b/src/monitor.cc index 673ad14..fdf226c 100644 --- a/src/monitor.cc +++ b/src/monitor.cc @@ -109,6 +109,7 @@ private: } else { out_->clear(); } + content_skip_ = 0; looper_->add(sock_.get(), Looper::EVENT_WRITE, std::bind(&MonitorImpl::event, this, std::placeholders::_1, std::placeholders::_2)); |
