summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/monitor.cc1
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));