Pass Autobahn with restored WS perf.

This commit is contained in:
Alex Hultman
2018-12-21 03:18:34 +01:00
parent 2a1fc55b58
commit 4a2cd93a22
4 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ private:
/* Handle WebSocket data streams */
static_dispatch(us_ssl_socket_context_on_data, us_socket_context_on_data)(getSocketContext(), [](auto *s, char *data, int length) {
std::cout << "websocket data" << std::endl;
//std::cout << "websocket data" << std::endl;
/* We always cork on data */
AsyncSocket<SSL> *webSocket = (AsyncSocket<SSL> *) s;