Use message::need_eof in example servers

This commit is contained in:
Vinnie Falco
2017-10-25 18:48:19 -07:00
parent 1754d5427d
commit 2555942010
12 changed files with 24 additions and 21 deletions
@@ -252,7 +252,7 @@ class session : public std::enable_shared_from_this<session>
self_.shared_from_this(),
std::placeholders::_1,
std::placeholders::_2,
! sp->keep_alive())));
sp->need_eof())));
}
};