Add maximum message size functionality to processors

This commit is contained in:
Peter Thorson
2014-02-10 08:38:54 -06:00
parent d9aa498310
commit ba6320ba1c
9 changed files with 109 additions and 2 deletions

View File

@@ -132,4 +132,4 @@ BOOST_AUTO_TEST_CASE( version_non_numeric ) {
r.consume(handshake.c_str(),handshake.size());
BOOST_CHECK(websocketpp::processor::get_websocket_version(r) == -1);
}
}