Commit 1f3d6c92 authored by knowledge4igor's avatar knowledge4igor

Tiny fix

parent b28cde8b
......@@ -207,8 +207,8 @@ Transport::asyncWriteImpl(Fd fd)
if (wq.size() == 0) {
toWrite.erase(fd);
reactor()->modifyFd(key(), fd, NotifyOn::Read, Polling::Mode::Edge);
stop = true;
}
stop = true;
};
size_t totalWritten = buffer.offset();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment