FC Updates from BitShares and myself #21
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
#include <websocketpp/client.hpp>
|
#include <websocketpp/client.hpp>
|
||||||
#include <websocketpp/logger/stub.hpp>
|
#include <websocketpp/logger/stub.hpp>
|
||||||
|
|
||||||
|
#include <websocketpp/extensions/permessage_deflate/enabled.hpp>
|
||||||
|
|
||||||
#include <fc/optional.hpp>
|
#include <fc/optional.hpp>
|
||||||
#include <fc/variant.hpp>
|
#include <fc/variant.hpp>
|
||||||
#include <fc/thread/thread.hpp>
|
#include <fc/thread/thread.hpp>
|
||||||
|
|
@ -61,6 +63,11 @@ namespace fc { namespace http {
|
||||||
transport_type;
|
transport_type;
|
||||||
|
|
||||||
static const long timeout_open_handshake = 0;
|
static const long timeout_open_handshake = 0;
|
||||||
|
|
||||||
|
// permessage_compress extension
|
||||||
|
struct permessage_deflate_config {};
|
||||||
|
typedef websocketpp::extensions::permessage_deflate::enabled <permessage_deflate_config> permessage_deflate_type;
|
||||||
|
|
||||||
};
|
};
|
||||||
struct asio_tls_with_stub_log : public websocketpp::config::asio_tls {
|
struct asio_tls_with_stub_log : public websocketpp::config::asio_tls {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue