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

View File

@@ -255,7 +255,7 @@ class session
self_.shared_from_this(),
std::placeholders::_1,
std::placeholders::_2,
! sp->keep_alive())));
sp->need_eof())));
}
};