Skip to content

Commit ee25279

Browse files
committed
added idump for websocket_tls_server_impl
1 parent da5f2c3 commit ee25279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/http/websocket.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ namespace fc { namespace http {
349349
auto con = _server.get_con_from_hdl(hdl);
350350
wdump(("server")(con->get_request_body()));
351351
auto response = current_con->on_http( con->get_request_body() );
352-
352+
idump((response));
353353
con->set_body( response );
354354
con->set_status( websocketpp::http::status_code::ok );
355355
} catch ( const fc::exception& e )

0 commit comments

Comments
 (0)