We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5f2c3 commit ee25279Copy full SHA for ee25279
src/network/http/websocket.cpp
@@ -349,7 +349,7 @@ namespace fc { namespace http {
349
auto con = _server.get_con_from_hdl(hdl);
350
wdump(("server")(con->get_request_body()));
351
auto response = current_con->on_http( con->get_request_body() );
352
-
+ idump((response));
353
con->set_body( response );
354
con->set_status( websocketpp::http::status_code::ok );
355
} catch ( const fc::exception& e )
0 commit comments