Skip to content

Commit

Permalink
added idump for websocket_tls_server_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
nanomobile committed Jul 17, 2018
1 parent 66f2a0a commit 8fe7931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/http/websocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ namespace fc { namespace http {
auto con = _server.get_con_from_hdl(hdl);
wdump(("server")(con->get_request_body()));
auto response = current_con->on_http( con->get_request_body() );

idump((response));
con->set_body( response );
con->set_status( websocketpp::http::status_code::ok );
} catch ( const fc::exception& e )
Expand Down

0 comments on commit 8fe7931

Please sign in to comment.