Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 5b3eb3a355 - Show all commits

View file

@ -53,7 +53,7 @@ namespace fc { namespace http {
class websocket_server
{
public:
websocket_server(const std::string& forward_header_key);
websocket_server(const std::string& forward_header_key = std::string());
~websocket_server();
void on_connection( const on_connection_handler& handler);
@ -78,7 +78,7 @@ namespace fc { namespace http {
public:
websocket_tls_server( const std::string& server_pem,
const std::string& ssl_password,
const std::string& forward_header_key );
const std::string& forward_header_key = std::string() );
~websocket_tls_server();
void on_connection( const on_connection_handler& handler);