websocket read tests

This commit is contained in:
Vinnie Falco
2017-08-24 07:41:27 -07:00
parent 142b785119
commit df7b068fa7
9 changed files with 552 additions and 357 deletions

View File

@@ -37,10 +37,10 @@ public:
void run() override
{
check("beast.websocket", error::closed);
check("beast.websocket", error::failed);
check("beast.websocket", error::handshake_failed);
check("beast.websocket", error::buffer_overflow);
check("boost.beast.websocket", error::closed);
check("boost.beast.websocket", error::failed);
check("boost.beast.websocket", error::handshake_failed);
check("boost.beast.websocket", error::buffer_overflow);
}
};